Skip to content

v0.1.13

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 17 Feb 23:34
· 2313 commits to master since this release

Bug Fixes

Features

  • header: Support arbitary status codes (73978531)
  • headers:
  • server: Rewrite the accept loop into a custom thread pool. (3528fb9b)

Breaking Changes

  • This removes unregistered status codes from the enum. Use
    FromPrimitive methods to create them now. StatusCode and StatusClass can no
    longer be casted to u16, use ToPrimitive methods now.
    For example status.to_u16().unwrap() to get the status code number.

    (73978531)