cargo hyper 0.1.13

latest releases: 0.14.17, 0.14.16, 0.14.15...
9 years ago

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)

Don't miss a new hyper release

NewReleases is sending notifications on new releases.