Commit Graph

94 Commits

Author SHA1 Message Date
John Vandenberg d6bdfac1b9
build(deps): update derive_more to v1.0 ()
* build(deps): update derive_more to v1.0

* refactor: use from derive module

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-08-18 14:17:03 +00:00
Samuel Marks 22593a1532
Re-export `http::status::InvalidStatusCode` ()
* [actix-http/src/lib.rs] Expose/re-export `http::status::InvalidStatusCode`

* [actix-http/src/error.rs] Re-export `http::status::InvalidStatusCode` ; [actix-http/src/lib.rs] Revert
2024-06-09 05:07:56 +00:00
dependabot[bot] 8c31d137aa
build(deps): bump taiki-e/install-action from 2.26.18 to 2.27.2 ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-02-19 12:31:10 +00:00
Rob Ede 79a38e0628
apply standard formatting 2023-07-17 02:38:12 +01:00
Rob Ede 5e29726c4f
standardize error messages in actix-http 2023-03-13 17:17:02 +00:00
Rob Ede 67efa4a4db
migrate to doc_auto_cfg 2023-02-26 21:55:25 +00:00
Rob Ede ea764b1d57
add feature annotations to docs 2022-07-31 23:40:09 +01:00
Rob Ede 6408291ab0
appease clippy by deriving Eq on a bunch of items () 2022-07-23 16:26:48 +01:00
Rob Ede ad38973767
move blocking error to web () 2022-02-22 08:45:28 +00:00
Rob Ede 218e34ee17
fix http error debug impl 2022-02-22 07:07:12 +00:00
Rob Ede 5ca42df89a
fix stuck connection when handler doesn't read payload () 2022-02-03 07:03:39 +00:00
Rob Ede cd511affd5
add ws and http2 feature flags () 2022-01-31 21:22:23 +00:00
Rob Ede 2ffc21dd4f
move response extensions out of head () 2022-01-19 02:09:25 +00:00
Rob Ede e890307091
Fix AcceptEncoding header () 2022-01-03 13:17:57 +00:00
Rob Ede 5359fa56c2
include source for dispatch body errors 2021-12-17 01:29:41 +00:00
Rob Ede 406f694095
standardize rustfmt max_width 2021-12-08 06:01:11 +00:00
Rob Ede c7c02ef99d
body ergonomics v3 () 2021-12-04 19:40:47 +00:00
fakeshadow 168a7284d3
fix actix_http::Error conversion. () 2021-11-17 13:13:05 +00:00
Rob Ede 668a33c793
remove internal usage of Body 2021-11-16 22:10:30 +00:00
Rob Ede e965d8298f
HRS security fixes () 2021-08-12 20:18:09 +01:00
Rob Ede 5a14ffeef2
clippy fixes () 2021-07-12 16:55:24 +01:00
Igor Aleksanov 262c6bc828
Various refactorings ()
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-06-26 15:33:43 +01:00
Rob Ede 532f7b9923
refined error model () 2021-06-17 17:57:58 +01:00
Rob Ede 2a8c650f2c
move internalerror to actix web () 2021-05-14 16:40:00 +01:00
Rob Ede 900c9e270e
remove responsebody indirection from response () 2021-05-09 20:12:48 +01:00
Rob Ede ddaf8c3e43
add associated error type to MessageBody () 2021-05-05 18:36:02 +01:00
Rob Ede 427fe6bd82
improve responseerror trait docs 2021-04-19 23:16:04 +01:00
Rob Ede db97974dc1
make some http re-exports more accessible () 2021-04-19 03:29:38 +01:00
Rob Ede ff65f1d006
non exhaustive http errors () 2021-04-14 06:07:59 +01:00
Rob Ede 23e0c9b6e0
remove http-codes builders from actix-http () 2021-04-14 02:00:14 +01:00
Rob Ede edd9f14752
remove unpin from body types () 2021-04-13 11:16:12 +01:00
Rob Ede 981c54432c
remove json and url encoded form support from -http () 2021-04-12 10:30:28 +01:00
Rob Ede 44c55dd036
remove cookie support from -http () 2021-04-09 18:07:10 +01:00
Rob Ede c8ed8dd1a4
migrate to -utils beta 4 () 2021-04-01 15:26:13 +01:00
Rob Ede 3188ef5731
don't use rust annotation on code doc blocks 2021-03-25 08:45:52 +00:00
Rob Ede 81942d31d6
fix new dyn trait lint 2021-03-19 02:03:09 +00:00
Alex Rebert 5845b3965c
actix-http-test: minimize features of dependencies () 2021-02-22 12:00:08 +00:00
fakeshadow c065729468
rework client connection pool () 2021-02-16 08:27:14 +00:00
Rob Ede 3279070f9f
optional cookies features () 2021-02-13 15:08:43 +00:00
Rob Ede 77efc09362
hide httpmessage mod 2021-02-11 22:58:40 +00:00
fakeshadow 519d7f2b8a
add trust-dns optional feature for actix-http and awc () 2021-02-09 10:41:20 +00:00
Alexander Jackson deafb7c8b8
Improve `impl ResponseError` documentation ()
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-02-07 04:54:41 +00:00
fakeshadow 20cf0094e5
fix master branch build. change web::block output type. () 2021-02-06 16:23:59 +00:00
Rob Ede 0a506bf2e9
cleanup top level doc comments 2021-01-15 05:38:50 +00:00
fakeshadow fe392abeb4
remove actix-threadpool.use actix_rt::task::spawn_blocking () 2021-01-09 16:04:19 +00:00
Rob Ede 6575ee93f2
big clean up and docs improvmenet of types mod () 2021-01-09 13:17:19 +00:00
fakeshadow 32de9f8840
Tokio 1.0 ()
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-01-03 23:47:04 +00:00
Aravinth Manivannan fabc68659b
Intradoc links conversion ()
* switching to nightly for intra-doc links

* actix-files intra-doc conversion

* more specific Result

* intradoc conversion complete

* rm blank comments and readme doc link fixes

* macros and broken links
2020-12-13 13:28:39 +00:00
Rob Ede 8497b5f490
integrate with updated actix-{codec, utils} () 2020-08-24 10:13:35 +01:00
Yuki Okushi 92b5bcd13f
Check format and tweak CI config () 2020-07-22 00:28:33 +01:00