aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/cowlib.app
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-11-22 14:23:14 +0100
committerLoïc Hoguin <[email protected]>2019-11-23 16:29:46 +0100
commita8b793db3d6ffe91d62f81baf41b1dab4cd78fb6 (patch)
tree8b1edc00bd04a7e5f260f076c8eb60ad3b9dbb72 /ebin/cowlib.app
parent485d58dfa91b91d98135dc95e5615f421715dae5 (diff)
downloadcowlib-a8b793db3d6ffe91d62f81baf41b1dab4cd78fb6.tar.gz
cowlib-a8b793db3d6ffe91d62f81baf41b1dab4cd78fb6.tar.bz2
cowlib-a8b793db3d6ffe91d62f81baf41b1dab4cd78fb6.zip
Add cow_http_struct_hd
Implements draft-ietf-httpbis-header-structure-14.
Diffstat (limited to 'ebin/cowlib.app')
-rw-r--r--ebin/cowlib.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index 5f04bb9..18ab891 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,7 +1,7 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
{vsn, "2.8.0"},
- {modules, ['cow_base64url','cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http2_machine','cow_http_hd','cow_http_te','cow_iolists','cow_link','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_sse','cow_uri','cow_ws']},
+ {modules, ['cow_base64url','cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http2_machine','cow_http_hd','cow_http_struct_hd','cow_http_te','cow_iolists','cow_link','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_sse','cow_uri','cow_ws']},
{registered, []},
{applications, [kernel,stdlib,crypto]},
{env, []}