Commit graph

17 commits

Author SHA1 Message Date
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
5a04548e13 Update http dep 2024-01-16 20:04:25 +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
02e111d373
Add missing fmt::Debug impls (#224)
* Add missing fmt::Debug impls
2023-09-11 21:43:07 +06: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
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
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
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
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