package h1
A high-performance, memory-efficient, and scalable web server for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
h1-1.1.1.tbz
sha256=2b786c057666959a9e066f0ee7cb849af8e49c95f550845ff9f1b480bcc8e19a
sha512=5228b2b8fc63427c8f5969bad0a10822793bd02ce674af1c2111eadd819ac35d622f2c09467f7ab6ec1c653ef2978a2bc7fda0714a69eab853e1156497a19d3b
doc/CHANGES.html
v1.1.1
- Fix a bug on websocket frames and how we get the length of a frame (@dinosaure, #19)
v1.1.0
- Add the websocket implementation (@swrup, @dinosaure, #8)
- Fix last references of http/af (@dinosaure, @vlog, #13, #14, #16)
- Fix the upgrade support and allow multiple values (@dinosaure, #15)
- Move to
bstr(@swrup, #11)
v1.0.0
- First release of h1