Rob Ede
|
21a08ca796
|
tweak set_content_encoding docs
|
2022-01-28 20:27:16 +00:00 |
|
Luca Palmieri
|
a9f497d05f
|
Guard against broken intra-doc links in CI (#2616)
|
2022-01-28 17:28:16 +00:00 |
|
Rob Ede
|
cc9ba162f7
|
add late request dispatcher test
|
2022-01-27 17:00:07 +00:00 |
|
Rob Ede
|
37799df978
|
add basic dispatcher test
|
2022-01-27 06:42:54 +00:00 |
|
Rob Ede
|
0d93a8c273
|
add examples readme
|
2022-01-27 06:32:28 +00:00 |
|
Rob Ede
|
3ae4f0a629
|
add keep-alive dispatcher tests
|
2022-01-27 06:29:46 +00:00 |
|
Rob Ede
|
14a4f325d3
|
move dispatcher tests to own file
|
2022-01-27 06:06:55 +00:00 |
|
Rob Ede
|
1bd2076b35
|
prevent drive traversal in windows
|
2022-01-25 16:44:05 +00:00 |
|
Rob Ede
|
5454699bab
|
propagate response error in all necessary places
|
2022-01-24 11:56:23 +00:00 |
|
Rob Ede
|
d7c5c966d2
|
remove impl Future for HttpResponse (#2601)
|
2022-01-24 11:56:01 +00:00 |
|
Rob Ede
|
50894e392e
|
document new body map types
|
2022-01-23 23:26:35 +00:00 |
|
Rob Ede
|
008753f07a
|
improve body docs
|
2022-01-23 03:57:08 +00:00 |
|
Rob Ede
|
c92aa31f91
|
document full percent-decoding of web::Path
|
2022-01-22 16:17:46 +00:00 |
|
Rob Ede
|
c25dd23820
|
move path impls to derives
|
2022-01-22 04:02:34 +00:00 |
|
Rob Ede
|
acacb90b2e
|
add actix-http 2.2.2 changelog
|
2022-01-21 21:24:09 +00:00 |
|
Rob Ede
|
8459f566a8
|
fix brotli encoding buffer size
|
2022-01-21 21:17:07 +00:00 |
|
Rob Ede
|
232a14dc8b
|
prepare actix-files release 0.6.0-beta.15
|
2022-01-21 20:27:29 +00:00 |
|
Rob Ede
|
6e9f5fba24
|
prepare awc release 3.0.0-beta.19
|
2022-01-21 20:25:46 +00:00 |
|
Rob Ede
|
c5d6df0078
|
prepare actix-web release 4.0.0-beta.21
|
2022-01-21 20:23:29 +00:00 |
|
Rob Ede
|
8865540f3b
|
prepare actix-http release 3.0.0-beta.19
|
2022-01-21 20:21:49 +00:00 |
|
Rob Ede
|
141790b200
|
use camel case in special headers
fixes #2595
|
2022-01-21 20:15:43 +00:00 |
|
Rob Ede
|
9668a2396f
|
prepare actix-router release 0.5.0-rc.2
|
2022-01-21 17:21:46 +00:00 |
|
Rob Ede
|
cb7347216c
|
add Logger::log_target (#2594)
|
2022-01-21 17:19:17 +00:00 |
|
Rob Ede
|
ae7f71e317
|
remove ambiguous HttpResponseBuilder::del_cookie (#2591)
|
2022-01-21 17:18:07 +00:00 |
|
Rob Ede
|
bc89f0bfc2
|
s/example/examples
|
2022-01-21 16:56:33 +00:00 |
|
Rob Ede
|
c959916346
|
fmt codegen
|
2022-01-20 01:54:57 +00:00 |
|
Rob Ede
|
f227e880d7
|
refactor route codegen to be cleaner
|
2022-01-20 01:53:02 +00:00 |
|
Rob Ede
|
68ad81f989
|
remove debug logs
|
2022-01-20 01:30:33 +00:00 |
|
Rob Ede
|
f2e736719a
|
add url_for test for conflicting named resources
|
2022-01-20 01:30:33 +00:00 |
|
Rob Ede
|
81ef12a0fd
|
add warn log to from_parts if given request is cloned
closes #2562
|
2022-01-19 22:23:53 +00:00 |
|
Rob Ede
|
1bc1538118
|
use tokio::main in client example
|
2022-01-19 21:36:14 +00:00 |
|
Rob Ede
|
1cc3e7b24c
|
deprecate Path::path (#2590)
|
2022-01-19 20:26:33 +00:00 |
|
Rob Ede
|
3dd98c308c
|
document Path::unprocessed panic
|
2022-01-19 18:33:23 +00:00 |
|
Rob Ede
|
cb5d9a7e64
|
bump deps to stable actix-server v2
|
2022-01-19 16:58:11 +00:00 |
|
Rob Ede
|
5ee555462f
|
add HttpResponse::add_removal_cookie (#2586)
|
2022-01-19 16:36:11 +00:00 |
|
Rob Ede
|
ad159f5219
|
fix ClientResponse::body doc
fixes #2589
|
2022-01-19 15:52:16 +00:00 |
|
Rob Ede
|
2ffc21dd4f
|
move response extensions out of head (#2585)
|
2022-01-19 02:09:25 +00:00 |
|
Rob Ede
|
7b8a392ef5
|
allow camel case response headers (#2587)
|
2022-01-16 03:16:26 +00:00 |
|
Rob Ede
|
3c7ccf5521
|
update http changelog
|
2022-01-15 15:43:18 +00:00 |
|
Rob Ede
|
e7cae5a95b
|
migrate to brotli crate (#2538)
|
2022-01-15 14:03:16 +00:00 |
|
Rob Ede
|
455d5c460d
|
prepare actix-files release 0.6.0-beta.14
|
2022-01-14 20:01:11 +00:00 |
|
Rob Ede
|
8faca783fa
|
prepare actix-web release 4.0.0-beta.20
|
2022-01-14 20:00:26 +00:00 |
|
Rob Ede
|
edbb9b047e
|
prepare actix-router release 0.5.0-rc.1
|
2022-01-14 19:59:36 +00:00 |
|
Ali MJ Al-Nasrawy
|
32742d0715
|
support opaque app in test helpers (#2584)
|
2022-01-14 19:45:32 +00:00 |
|
Ali MJ Al-Nasrawy
|
d90c1a2331
|
convert error in Result extractor (#2581)
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2022-01-12 18:59:22 +00:00 |
|
Ali MJ Al-Nasrawy
|
2a12b41456
|
fix support for 12 extractors (#2582)
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2022-01-12 18:31:48 +00:00 |
|
Rob Ede
|
6c97d448b7
|
update tokio-uring to 0.2 (#2583)
|
2022-01-12 17:53:36 +00:00 |
|
Ali MJ Al-Nasrawy
|
c3ce33df05
|
unify generics across App, Scope and Resource (#2572)
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2022-01-05 15:02:28 +00:00 |
|
Rob Ede
|
4431c8da65
|
fix bench
|
2022-01-05 14:10:38 +00:00 |
|
Michael
|
2d11ab5977
|
Add ServiceConfig::configure (#1988)
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2022-01-05 12:31:39 +00:00 |
|