v0.16
NOTE: This release deprecates some syntax and features. In particular httpc:connect
now requires a single table argument, and the proxy_request
and proxy_response
helpers are deprecated. Please review the documentation for details.
-
New improved connection syntax and logic. These changes make SSL + proxy connection reuse safer, and so the new syntax is strongly recommended over the older, now deprecated syntax. Thanks @Tieske for this major contribution.
-
Documentation largely rewritten and tidied up.
-
request_uri
now supports ipv6 literals. -
Content-Length
calculation now handles a wider variety of Lua types. -
Transfer-Encoding
will always override (and remove)Content-Length
as per the spec, to help prevent request smuggling. -
Various other bug fixes and improvements.