aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/cowlib.app
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-10-26 10:12:25 +0200
committerLoïc Hoguin <[email protected]>2018-10-26 10:12:25 +0200
commitb461b119e78e4e09bb28b186b09da7ed4a86a0dd (patch)
tree7e3aff85603ea11450b9df2ba57df61927889ef0 /ebin/cowlib.app
parent078f855672fe8ad65d2b25b0a4843c0f5637f32c (diff)
downloadcowlib-b461b119e78e4e09bb28b186b09da7ed4a86a0dd.tar.gz
cowlib-b461b119e78e4e09bb28b186b09da7ed4a86a0dd.tar.bz2
cowlib-b461b119e78e4e09bb28b186b09da7ed4a86a0dd.zip
Introduce cow_http2_machine, an HTTP/2 state machine
This is the result of a merge of the Cowboy and Gun HTTP/2 codes. It can probably do a little more but it's at a point where Cowboy works fine when using it so additional work will be done in other commits. The Gun code has not been switched to this module yet. I expect for example the PUSH_PROMISE code to fail at this point. This will be the next step.
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 c41b719..3826365 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,7 +1,7 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
{vsn, "2.6.0"},
- {modules, ['cow_base64url','cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http_hd','cow_http_te','cow_iolists','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_te','cow_iolists','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_sse','cow_uri','cow_ws']},
{registered, []},
{applications, [kernel,stdlib,crypto]},
{env, []}