axum/axum-extra/src
David Pedersen f045f2356c
Add cookie management to axum-extra (#816)
* Cookie management

* fix feature

* Update axum-extra/src/extract/cookie.rs

Co-authored-by: Jonas Platte <jplatte+git@posteo.de>

* add tests

* Apply suggestions from code review

Co-authored-by: Jonas Platte <jplatte+git@posteo.de>

* less convoluted wording

* changelog

* Make the jars themselves implement `IntoResponseParts`

* dedup tests

* fix docs

Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
2022-03-04 10:53:36 +01:00
..
extract Add cookie management to axum-extra (#816) 2022-03-04 10:53:36 +01:00
response Add IntoResponseParts (#797) 2022-02-28 23:04:33 +00:00
routing Replace HasRoutes with Into<Router> (#819) 2022-03-03 21:50:31 +00:00
lib.rs Type safe routing (#756) 2022-02-18 14:13:56 +01:00