Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-04-06 | 879 Bytes | |
v0.16.tar.gz | 2021-04-06 | 33.0 kB | |
v0.16.zip | 2021-04-06 | 51.3 kB | |
Totals: 3 Items | 85.2 kB | 0 |
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.