Add From<HeaderValue> impl for Value, allow to use HeaderMap::collect()

This commit is contained in:
Nikolay Kim 2022-11-09 19:00:16 +01:00
parent b2f3bde027
commit 9723b9717c
3 changed files with 20 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-http"
version = "0.1.5"
version = "0.1.6"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Http types for ntex framework"
keywords = ["network", "framework", "async", "futures"]