Mashape/httpsnippet

View on GitHub
src/fixtures/requests/headers.json

Summary

Maintainability
Test Coverage
{
  "method": "GET",
  "url": "http://mockbin.com/har",
  "headers": [
    {
      "name": "accept",
      "value": "application/json"
    },
    {
      "name": "x-foo",
      "value": "Bar"
    },
    {
      "name": "quoted-value",
      "value": "\"quoted\" 'string'"
    }
  ]
}