axum/src
2021-07-31 14:54:10 +02:00
..
extract Implement Deref for extractors (#56) 2021-07-31 14:54:10 +02:00
handler Make websocket handlers support extractors (#41) 2021-07-30 15:19:53 +02:00
service Docs improvements (#37) 2021-07-22 15:00:33 +02:00
ws Implement Sink and Stream for WebSocket (#52) 2021-07-31 10:51:41 +02:00
body.rs Make extractors easier to write (#36) 2021-07-22 13:23:50 +02:00
buffer.rs Rename to axum (#28) 2021-07-09 21:36:14 +02:00
lib.rs docs: fix typo (#45) 2021-07-31 00:06:27 +02:00
macros.rs Add Multipart extractor for consuming multipart/form-data requests (#32) 2021-07-14 16:53:37 +02:00
response.rs Implement IntoResponse for Body 2021-07-22 21:22:46 +02:00
routing.rs Docs improvements (#37) 2021-07-22 15:00:33 +02:00
tests.rs Clarify docs around body extractors 2021-07-23 00:27:08 +02:00
util.rs Replace unsafe with unwrap (#20) 2021-06-15 23:18:49 +02:00