Commit graph

15 commits

Author SHA1 Message Date
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
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
29e04cf478
Switch to 2021 edition (#172) 2023-02-02 19:30:07 +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
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
08a577f730 impl PartialEq for HeaderMap 2022-06-26 15:21:56 +06:00
Nikolay Kim
d7261e2dd7 Move basic http types to separeate crate 2022-06-13 22:04:16 +06:00