trillium-http-v1.3.4
·
37 commits
to main
since this release
What's Changed
Added
Bodynow supportsArc<[u8]>andArc<str>fixed-length content viaFromconversions, for
cheaply-cloneable shared bodies that don't require&'staticborrowing or per-sendVecclones.
Changed
- Reduced per-response heap allocations across HTTP/1.x, HTTP/2, and HTTP/3, concentrated in
response-header encoding. Steady-state response encoding now allocates several fewer times per
HTTP/2 and HTTP/3 response. Behavior and public API are unchanged.