axum/src
2021-08-07 16:10:07 +02:00
..
extract Common JSON wrapper type for response and request (#140) 2021-08-07 16:07:13 +02:00
handler Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
routing Move response futures into their own modules (#130) 2021-08-06 01:15:10 +02:00
service Move response futures into their own modules (#130) 2021-08-06 01:15:10 +02:00
tests Implement path extractor (#124) 2021-08-06 10:17:57 +02:00
ws Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
body.rs Make FromRequest default to use axum::body::Body (#146) 2021-08-07 12:22:14 +02:00
buffer.rs Use pin-project-lite instead of pin-project (#95) 2021-08-03 09:33:00 +02:00
json.rs Adjust Json docs 2021-08-07 16:10:07 +02:00
lib.rs Common JSON wrapper type for response and request (#140) 2021-08-07 16:07:13 +02:00
macros.rs Common JSON wrapper type for response and request (#140) 2021-08-07 16:07:13 +02:00
response.rs Common JSON wrapper type for response and request (#140) 2021-08-07 16:07:13 +02:00
routing.rs Move response futures into their own modules (#130) 2021-08-06 01:15:10 +02:00
sse.rs Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
tests.rs Cleanup CI (#141) 2021-08-07 11:06:42 +02:00
util.rs Implement path extractor (#124) 2021-08-06 10:17:57 +02:00