Skip to content

Cookie improvements, API consistency and better header parsing

Compare
Choose a tag to compare
@avsm avsm released this 13 Apr 09:12
  • Remove Cohttp_mirage libraries, which have now moved to mirage/mirage-http-* on GitHub.
  • Add an "HTTP only" Cookie attribute (#69).
  • Fix parsing of cookies with = in the values (#71).
  • Add Max-age support for cookies (#70).
  • Make the Response record fields mutable to match the Request (#67).
  • Fix compilation with Async 109.58.00 (#77).
  • Make Header handling case-insensitive (by forcing lowercase) (#75).
  • Remove the >> operator as it was unused and had incorrect precedence (#79).