Commit graph

33 commits

Author SHA1 Message Date
Nikolay Kim
5fd9d7ce90
Enable rustls/std feature (#494) 2024-12-30 14:40:31 +01:00
Nikolay Kim
a7666e4881
Fix handling unconsumed payload in h1 dispatcher #477 (#478) 2024-12-01 03:40:20 -08:00
Nikolay Kim
8470ad7fe3
Move body related types from ntex::http (#474) 2024-11-29 19:59:09 -08:00
Nikolay Kim
e0b5284fdd
More tests (#368) 2024-05-29 20:30:14 +05:00
Nikolay Kim
ec8eb23707
Glommio clippy (#341) 2024-04-08 11:55:49 +05:00
Nikolay Kim
661c5ea1fa Clippy warnings (#305) 2024-03-12 17:53:26 +05:00
Nikolay Kim
5a04548e13 Update http dep 2024-01-16 20:04:25 +06:00
Nikolay Kim
e30d5c0fa5 Prep ntex release 2024-01-09 22:25:07 +06:00
Nikolay Kim
48eb1c5e54 Update license 2024-01-08 21:32:26 +06:00
Nikolay Kim
3043dbe57c Prep release 2023-11-21 01:01:09 +06:00
Alex Orlenko
aaefa34591
Implement Serialize/Deserialize for HeaderMap (#253) 2023-11-21 00:59:14 +06:00
Nikolay Kim
8c3e8ebfd9
Update deps (#228)
* Update bitflags crate

* Upgrade ntex-h2
2023-10-09 20:59:04 +06:00
Nikolay Kim
02e111d373
Add missing fmt::Debug impls (#224)
* Add missing fmt::Debug impls
2023-09-11 21:43:07 +06:00
Nikolay Kim
7960b550c9 Migrate to ntex-service 1.2 (#209)
* Migrate to ntex-service 1.2
2023-06-16 00:16:14 +06:00
Nikolay Kim
29e04cf478
Switch to 2021 edition (#172) 2023-02-02 19:30:07 +01:00
Nikolay Kim
fc7553b8bc
Improve tests coverage (#161)
* improve tests coverage
* update base64 crate
2023-01-14 15:34:53 +01:00
Nikolay Kim
15019a2a43
More tests (#159)
* More tests
* clippy tests
2023-01-08 12:45:22 +01:00
Nikolay Kim
f47e830cfb
Improve tests (#158)
* Improve tests
2023-01-06 17:08:24 +01:00
Nikolay Kim
7774c58aff Add helper method HeaderValue::as_shared() 2022-12-09 11:10:51 +01:00
Nikolay Kim
89f02e26bc Convert from HeaderValue into http::header::HeaderValue 2022-11-30 17:10:59 +01:00
Nikolay Kim
427e78d385 Keep multi header values order 2022-11-24 14:38:54 +01:00
Alex Orlenko
ce16bfa1b2
Fix HeaderMap append order (#145) 2022-11-24 14:15:19 +01:00
Nikolay Kim
9723b9717c Add From<HeaderValue> impl for Value, allow to use HeaderMap::collect() 2022-11-09 19:00:16 +01:00
Nikolay Kim
b2f3bde027 Add ByteString to HeaderValue conversion support 2022-11-03 20:13:04 +01:00
Nikolay Kim
2d42c4ff41 add http::Error from impl 2022-11-03 14:24:57 +01:00
Nikolay Kim
c89b083133 Use custom Error and HeaderValue types 2022-11-03 14:00:24 +01:00
Nikolay Kim
75f7cfbc7d Prep release 2022-11-01 07:16:16 +01:00
Nikolay Kim
88c7fd3116
Switch to ntex-h2 for http/2 support (#120)
* switch server to ntex-h2 for http/2 support
2022-06-27 15:28:44 +06:00
Nikolay Kim
08a577f730 impl PartialEq for HeaderMap 2022-06-26 15:21:56 +06:00
goiw111
d732657941
impl FromIterator for HeaderMap (#118)
* impl FromIterator for HeaderMap

* impl TryFrom<&str> for Value
2022-06-26 15:19:53 +06:00
Nikolay Kim
40aa4542ce fix tests 2022-06-23 14:36:27 +06:00
Nikolay Kim
36926de5be update changes 2022-06-20 21:02:58 +06:00
Nikolay Kim
d7261e2dd7 Move basic http types to separeate crate 2022-06-13 22:04:16 +06:00