package tiny_httpd_camlzip
Interface to camlzip for tiny_httpd
Install
Dune Dependency
Authors
Maintainers
Sources
0.5.tar.gz
md5=ec765816f75858c075863b7f508c5e9c
sha512=8ca296f551808762855c0ff0ef18b8509c5f4a5b76795d25c13d266139823d71d991d6fd66b09ddf869ad36612e0f879b2a3f516626dcc00cc7b28f4165e02be
doc/CHANGES.html
0.5
- new
tiny_httpd_camlzip
library for handlingdeflate
compression - feat: expose
Headers.empty
- fix: use the non-query path for routing
- feat(util): add some query related utils
0.4
- easy accessor to the query parameters in path
- fix: header field names are case insensitive
- doc: add note on jemalloc in the readme
- log error when closing client socket
0.3
- feat(http_of_dir): use
file
to guess mime type of file - feat: allow handlers to take streams
- feat(bin): disable uploading by default
- feat: add
Tiny_httpd_util.parse_query
for query decoding - feat(bin): set charset to utf8
- feat: autodetect ipv6 address
- feat: support ipv6 address
- fix: missing crlf between chunks
- fix: read_all must return rather than blocking when done
- fix: proper amortized O(1) push in Buf.push
- fix:
%X
for percent_encode; usepercent_decode
inparse_query
0.2
- feat(bin): count number of hidden files
- feat(bin): use
details
for hiding hidden files by default - fix: improved percent encoding of paths
- feat: add percent encoding/decoding
- feat(bin): better human-size display
- feat: in http_of_dir, sort entries and display their size
- fix(http_of_dir): handle bad symlinks
- improve docs and opam, tidy up for 0.1