- Better rate POST payloads, so we can make better choice on which entry to use
- Add proxy support
#################### SOURCE CHANGELOG
- Fix 304 redirects
- Serve responses with a
null
host - Thanks to @stdavis for these fixes!
- First public release
- Load config file from
./.server-replay.json
and deprecate./.harmonica.json
- Send correct Content-Type when resource is found locally, but not in the HAR file
- Handle HAR responses without content text
- Correctly serve entries that match the method, host and path, but no query strings or headers, instead of serving a 404
- Detect entries that were blocked by the recording client and serve a 410 response with explanation
- Fix the "binary" file
- Add and improve error messages
- Add
-d
,--debug
option to show debug messages - Load config file from
./.harmonica.json
by default
- Initial release