This website requires JavaScript.
Explore
Help
Sign In
tokio-rs
/
axum
Watch
1
Star
0
Fork
0
mirror of
https://github.com/tokio-rs/axum.git
synced
2026-08-21 00:00:14 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d602682821ded71eac446f208c2dec569af1b0f0
axum
/
axum-extra
/
src
T
History
Guy Lapid
d602682821
Add support for returning pretty JSON response in
axum_extra::response::ErasedJson
(
#662
)
2021-12-28 09:19:24 +00:00
..
extract
Introduce
Response
type alias as a shorthand for
Response<BoxBody>
(
#590
)
2021-12-05 19:16:46 +01:00
middleware
Document how to pass state to
middleware::from_fn
(
#669
)
2021-12-27 23:53:50 +01:00
response
Add support for returning pretty JSON response in
axum_extra::response::ErasedJson
(
#662
)
2021-12-28 09:19:24 +00:00
routing
Introduce
Response
type alias as a shorthand for
Response<BoxBody>
(
#590
)
2021-12-05 19:16:46 +01:00
lib.rs
Add
middleware::from_fn
for creating middleware from async fns (
#656
)
2021-12-27 14:01:26 +01:00