Oscartbeaumont Httpz Versions Save

Code once, support every Rust webserver!

v0.0.6

7 months ago

Fix #36 thanks @beanow-at-crabnebula

v0.0.5

10 months ago

Internal changes to help with releasing rspc release candidate.

0.0.4

1 year ago

Some internal improvements to help with the new rspc update!

v0.0.3

1 year ago

v0.0.2

1 year ago

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.

v0.0.1

1 year ago