v1.0.6
New: returns JSON with proper headers
Previously
JSON responses were cached to disk as HTML files, which caused the web server to return them with a Content-Type
of text/html
.
Now
Thanks to @andypa (#53), if your response is actually a JSON response, it'll be cached to disk with a json
extension. The web server will then return it with the correct Content-Type
of application/json
.