mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
24 lines
376 B
JSON
Executable File
24 lines
376 B
JSON
Executable File
{
|
|
"log": {
|
|
"version": "1.2",
|
|
"creator": {
|
|
"name": "HTTPSnippet",
|
|
"version": "1.0.0"
|
|
},
|
|
"entries": [
|
|
{
|
|
"request": {
|
|
"method": "GET",
|
|
"url": "http://mockbin.com/har"
|
|
}
|
|
},
|
|
{
|
|
"request": {
|
|
"method": "POST",
|
|
"url": "http://mockbin.com/har"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|