v0.1.13
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
FromPrimitivemethods to create them now. StatusCode and StatusClass can no
longer be casted tou16, useToPrimitivemethods now.
For examplestatus.to_u16().unwrap()to get the status code number.(73978531)