Skip to content

Releases: keith-hall/http-request-response-syntax

Many improvements

03 Aug 20:03
Compare
Choose a tag to compare

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

28 Jul 19:49
f58bffe
Compare
Choose a tag to compare

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