1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 21:39:26 +00:00
actix-web/actix-web/src
2023-02-26 03:26:51 +00:00
..
error appease clippy by deriving Eq on a bunch of items (#2818) 2022-07-23 16:26:48 +01:00
guard refactor: move Host guard into own module 2023-01-30 11:36:12 -05:00
http use tokio-util deps directly where possible 2022-10-30 19:47:49 +00:00
middleware format markdown with prettier 2023-02-26 03:26:51 +00:00
response Fix minor typo in Markdown (#2977) 2023-02-12 02:47:42 +00:00
test fix typos (#2982) 2023-02-20 08:11:16 +00:00
types fix version requirement for futures_util 2022-12-18 01:34:48 +00:00
app.rs address clippy lints 2023-01-01 20:56:34 +00:00
app_service.rs improve docs for app_config methods 2023-02-22 23:06:23 +00:00
config.rs improve docs for app_config methods 2023-02-22 23:06:23 +00:00
data.rs update bump script 2022-07-22 20:19:15 +01:00
dev.rs prepare releases: actix-http 3.0.0 and actix-web 4.0.0 (#2663) 2022-02-25 18:46:35 +00:00
extract.rs Improve documentation for FromRequest::Future (#2734) 2022-04-23 20:57:11 +00:00
handler.rs Fix common grammar mistakes and add small documentation for AppConfig's Default implementation (#2793) 2022-06-25 14:01:06 +00:00
helpers.rs move actix-web to own dir 2022-02-01 00:30:41 +00:00
info.rs refactor: move Host guard into own module 2023-01-30 11:36:12 -05:00
lib.rs address clippy lints 2023-01-01 20:56:34 +00:00
redirect.rs fix doc tests 2022-11-25 23:28:31 +00:00
request.rs improve docs for app_config methods 2023-02-22 23:06:23 +00:00
request_data.rs move actix-web to own dir 2022-02-01 00:30:41 +00:00
resource.rs add Allow header to resource's default 405 handler (#2949) 2022-12-21 20:28:45 +00:00
rmap.rs rust 1.64 clippy run (#2891) 2022-09-25 20:54:17 +01:00
route.rs add Route::wrap (#2725) 2022-04-23 21:01:55 +01:00
rt.rs clarify tokio::main docs 2022-09-26 12:29:57 +01:00
scope.rs rust 1.64 clippy run (#2891) 2022-09-25 20:54:17 +01:00
server.rs clarify worker_max_blocking_threads default 2022-09-06 10:13:10 +01:00
service.rs improve docs for app_config methods 2023-02-22 23:06:23 +00:00
web.rs add redirect service (#1961) 2022-11-25 21:44:52 +00:00