Add ByteString to HeaderValue conversion support

This commit is contained in:
Nikolay Kim 2022-11-03 20:13:04 +01:00
parent 2d42c4ff41
commit b2f3bde027
3 changed files with 26 additions and 2 deletions

View file

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