Releases: c-cube/tiny_httpd
0.7
0.6
-
feat: add
Route.t
construct, deprecate scanf, add more structured path -
feat: use chunked encoding for large string responses, in addition to streams
-
refactor(echo): simplify code, use gzip aggressively
-
accept http1.0
-
fix: do not output a
content-length
for a chunked response -
fix: set
transfer-encoding
header when returning a chunked stream -
fix(zip): handle case where camlzip consumes 0 bytes
-
feat(zip): also compress string responses if they're big
-
add more debug msg
0.5
0.4
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