Skip to content

v1.4.0

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 16 Apr 18:25
· 55 commits to master since this release
  • FEAT: Adds ParserConfig, a new type to allow making some parsing rules more or less strict, or otherwise customize the parsing.
  • FEAT: Adds ParserConfig::allow_spaces_after_header_name_in_responses(bool), which when set to true, will allow skipping spaces between a header name and the colon. The specification requires that to be illegal in most cases, but says proxies should accept and remove those spaces.