middleware
|
major cleanup of middleware module (#1875)
|
2021-01-05 09:51:58 +00:00 |
types
|
use sync method on Responder trait (#1891)
|
2021-01-08 22:17:19 +00:00 |
app.rs
|
refactor app_service (#1877)
|
2021-01-06 11:35:30 +00:00 |
app_service.rs
|
move payload type out of HttpRequest
|
2021-01-09 10:47:27 +08:00 |
config.rs
|
Tokio 1.0 (#1813)
|
2021-01-03 23:47:04 +00:00 |
data.rs
|
Add `web::ReqData<T>` extractor (#1748)
|
2020-10-24 18:49:50 +01:00 |
error.rs
|
add either extractor (#1788)
|
2020-11-20 18:02:41 +00:00 |
guard.rs
|
fix spelling errors in doc comments
|
2020-04-21 04:09:35 +01:00 |
handler.rs
|
use sync method on Responder trait (#1891)
|
2021-01-08 22:17:19 +00:00 |
info.rs
|
fmt
|
2021-01-04 01:01:35 +00:00 |
lib.rs
|
bump msrv to 1.46 (#1858)
|
2020-12-28 00:44:15 +00:00 |
request.rs
|
move payload type out of HttpRequest
|
2021-01-09 10:47:27 +08:00 |
request_data.rs
|
Fix typo in request_data.rs (#1774)
|
2020-11-05 17:46:17 +00:00 |
resource.rs
|
refactor Resource (#1883)
|
2021-01-09 03:36:58 +00:00 |
responder.rs
|
use sync method on Responder trait (#1891)
|
2021-01-08 22:17:19 +00:00 |
rmap.rs
|
use ahash for internal hashmaps
|
2021-01-04 04:29:07 +00:00 |
route.rs
|
Tokio 1.0 (#1813)
|
2021-01-03 23:47:04 +00:00 |
scope.rs
|
Tokio 1.0 (#1813)
|
2021-01-03 23:47:04 +00:00 |
server.rs
|
improve code readability
|
2021-01-04 00:49:02 +00:00 |
service.rs
|
fix doc comment
|
2021-01-09 10:53:54 +08:00 |
test.rs
|
move payload type out of HttpRequest
|
2021-01-09 10:47:27 +08:00 |
web.rs
|
Tokio 1.0 (#1813)
|
2021-01-03 23:47:04 +00:00 |