github ledgetech/lua-resty-http v0.11

latest releases: v0.17.2, v0.17.1, v0.17.0-beta.1...
6 years ago
  • Feat: IMPORTANT BREAKING CHANGE Header normalisation no longer does anything to hyphens or underscores. Previously, headers were normalised so that h.content_type was equally as valid as h["Content-Type"]. However, this breaks real world cases where h.HEADER_NAME must be forwaded with the underscore intact. Header names are now only normalised for case, as per the HTTP spec.
  • Doc: Documented the set_timeouts to api (thanks @detailyang)
  • Fix (#103): User params table is no longer modified by the module (thanks @bungle for the report)

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

NewReleases is sending notifications on new releases.