ahmadnassri/httpsnippet

View on GitHub
src/fixtures/requests/multipart-file.json

Summary

Maintainability
Test Coverage
{
  "method": "POST",
  "url": "http://mockbin.com/har",
  "headers": [
    {
      "name": "content-type",
      "value": "multipart/form-data"
    }
  ],
  "postData": {
    "mimeType": "multipart/form-data",
    "params": [
      {
        "name": "foo",
        "fileName": "test/fixtures/files/hello.txt",
        "contentType": "text/plain"
      }
    ]
  }
}