Skip to content

httparse

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 08 Apr 18:09
· 2266 commits to master since this release

Bug Fixes

  • header: Fix charset parsing bug. (5a6e176f)
  • headers: Fix overflow with empty cookies (99baaa10)
  • rustup: update to latest rustc (4fd8a6a9)

Features

  • server: add Expect 100-continue support (0b716943, closes #369)

Breaking Changes

  • Several public functions and types in the http module
    have been removed. They have been replaced with 2 methods that handle
    all of the http1 parsing.

    (b87bb20f)