actix-web/actix-web/src
Andrew Scott c6352005f7
fix: include content-length with bytes payload (#3695)
* fix: include content-length with bytes payload

* chore: json unit-test patch

* Update doc comment

---------

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2025-08-24 09:42:11 +00:00
..
error build(deps): update derive_more requirement from 1 to 2 (#3571) 2025-02-10 01:27:56 +00:00
guard feat: do not use host header on http2 for guard (#3525) 2025-05-10 02:42:00 +00:00
http docs: remove "copyright" 2025-03-09 19:08:00 +00:00
middleware fix: svg files should be compressed (#3486) 2025-05-10 03:21:36 +00:00
response fix(actix-web): improve streaming response behavior for Content-Length and Content-Type (#3737) 2025-08-23 12:23:57 +09:00
test docs(web): unmention try_init_service 2024-08-18 14:33:28 +01:00
types fix: include content-length with bytes payload (#3695) 2025-08-24 09:42:11 +00:00
app.rs chore: disallow e bindings 2024-08-10 05:15:49 +01:00
app_service.rs chore: move deny lints to manifests 2024-07-07 03:54:00 +01:00
config.rs chore: move deny lints to manifests 2024-07-07 03:54:00 +01:00
data.rs chore: move deny lints to manifests 2024-07-07 03:54:00 +01:00
dev.rs apply standard formatting 2023-07-17 02:38:12 +01:00
extract.rs chore: avoid single char error bindings 2023-09-03 19:09:42 +01:00
handler.rs Fix order of template arguments in Handler documentation example (#3566) 2025-05-09 23:31:59 +00:00
helpers.rs chore: address clippy warnings 2024-12-29 15:03:43 +00:00
info.rs docs: fix ConnectionInfo::realip_remote_addr documentation 2025-05-10 01:21:34 +01:00
lib.rs Re-export mime types for easier access #3603 (#3624) 2025-05-09 23:40:21 +00:00
redirect.rs build(deps): bump taiki-e/install-action from 2.26.18 to 2.27.2 (#3294) 2024-02-19 12:31:10 +00:00
request.rs docs: update docs about peer_addr when bound to a UDS socket 2025-05-10 02:23:22 +01:00
request_data.rs update MSRV to 1.65 (#3059) 2023-07-02 01:09:15 +01:00
resource.rs docs: reword sentence (#3530) 2024-12-29 14:52:29 +00:00
rmap.rs refactor: replace ahash with foldhash (#3483) 2024-12-29 16:20:00 +00:00
route.rs chore: move deny lints to manifests 2024-07-07 03:54:00 +01:00
rt.rs docs: add note about rt::spawn compat with tokio::main 2023-09-15 22:20:48 +01:00
scope.rs chore: disallow e bindings 2024-08-10 05:15:49 +01:00
server.rs refactor: simplify on_connect 2025-05-10 02:19:56 +01:00
service.rs fix: service macro comments (#3474) 2024-10-07 22:03:38 +00:00
thin_data.rs feat: add ThinData wrapper (#3446) 2024-08-10 00:42:34 +01:00
web.rs docs(web): Fix invalid link for `HttpRequest::match_info()` (#3735) 2025-08-20 12:58:28 +00:00