Mashape/mockbin

View on GitHub
src/static/har/echo.json

Summary

Maintainability
Test Coverage
{
    "method": "POST",
    "url": "http://mockbin.org/request",
    "headers": [
        { "name": "Accept", "value": "application/json" },
        { "name": "Content-Type", "value": "application/json" }
    ],
    "postData": {
        "mimeType": "application/json",
        "text": "{\"foo\": \"bar\"}"
    }
}