ahmadnassri/httpsnippet

View on GitHub
src/fixtures/requests/text-plain.json

Summary

Maintainability
Test Coverage
{
  "method": "POST",
  "url": "http://mockbin.com/har",
  "headers": [
    {
      "name": "content-type",
      "value": "text/plain"
    }
  ],
  "postData": {
    "mimeType": "text/plain",
    "text": "Hello World"
  }
}