Releases: keith-hall/http-request-response-syntax
Releases · keith-hall/http-request-response-syntax
Many improvements
This release brings many improvements, like first_line_match, support for HTTP major versions without a minor like HTTP/2 and recognition of more media types for xml and json body highlighting. Plus a workaround for \r not being stripped out by bat and thus causing highlighting to not work properly. Many thanks to @scop.
Initial release
This is the initial release. It currently supports highlighting of the following request/response bodies, based on the Content-Type header:
- Plain Text
- JSON
- HTML
- XML
- CSS
- JS
- Multipart form data
- URL encoded form data