This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
Releases: oscartbeaumont/httpz
Releases · oscartbeaumont/httpz
0.0.6
Fix #36 thanks @beanow-at-crabnebula
0.0.5
0.0.4
Some internal improvements to help with the new rspc update!
0.0.3
v0.0.3 bump version to 0.0.3
0.0.2
Pass CookieJar
by value instead of by mutable reference (&mut CookieJar
). This change requires people using the library to pass back the CookieJar
when they respond from their HTTP handler. This change was made as it allows downstream code to potentially Arc
the CookieJar
allowing the lifetime to be erased. Doing so is obviously worse for performance but may be a requirement depending on the downstream project. It is also my believe decisions like that should be pass downstream so the library author can do whatever they deem as best for their situation.
We Launching!
v0.0.1 [WIP] minor changes