Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Releases: oscartbeaumont/httpz

0.0.6

13 Oct 15:31
d3f5873
Compare
Choose a tag to compare

0.0.5

17 Jul 16:51
Compare
Choose a tag to compare

Internal changes to help with releasing rspc release candidate.

0.0.4

05 Mar 14:17
Compare
Choose a tag to compare

Some internal improvements to help with the new rspc update!

0.0.3

29 Sep 17:17
Compare
Choose a tag to compare
v0.0.3

bump version to 0.0.3

0.0.2

27 Sep 09:23
Compare
Choose a tag to compare

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!

24 Sep 07:10
Compare
Choose a tag to compare
v0.0.1

[WIP] minor changes