Skip to content

Stability improvements and utility functions

Compare
Choose a tag to compare
@avsm avsm released this 15 Feb 18:26
· 1825 commits to master since this release
  • When transfer encoding is unknown, read until EOF when body size is unknown. (#241)
  • Add some missing documentation to Cohttp.S.IO signature. (#233)
  • Add Cohttp.Header.mem to check if a header exists.
  • Add Cohttp.Conf module to expose the library version number. (#259)
  • Add Cohttp.Header.add_unless_exists to update a key if it doesn't already exist. (#244)
  • Add Cohttp.Header.get_location to retrieve redirection information. (#254)
  • [async] Clean up the Net.lookup function to use Or_error.t instead of raising. (#247)
  • [tests] Add more tests for content-range handling. (#249)