Skip to content

Instantly share code, notes, and snippets.

@legander
Created May 15, 2019 08:21
Show Gist options
  • Save legander/2a05898ac84675cec0122ebdc1825f5b to your computer and use it in GitHub Desktop.
Save legander/2a05898ac84675cec0122ebdc1825f5b to your computer and use it in GitHub Desktop.
{
"log": {
"entries": [
{
"request": {
"method": "GET",
"url": "https://test.loadimpact.com/users"
}
},
{
"request": {
"method": "POST",
"url": "https://httpbin.org/post",
"comment": "Post about found images",
"postData": {
"mimeType": "application/x-www-form-urlencoded",
"params": [
{
"name": "a",
"value": "Check out these cute pictures"
},
{
"name": "a",
"value": "asdasdsada"
}
]
}
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment