github ledgetech/lua-resty-http v0.16

latest releases: v0.17.2, v0.17.1, v0.17.0-beta.1...
3 years ago

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.

Don't miss a new lua-resty-http release

NewReleases is sending notifications on new releases.