Download Latest Version v0.18.0 source code.zip (72.0 kB)
Email in envelope

Get an email when there's a new version of lua-resty-http

Home / v0.18.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-06 1.4 kB
v0.18.0 source code.tar.gz 2026-07-06 49.2 kB
v0.18.0 source code.zip 2026-07-06 72.0 kB
Totals: 3 Items   122.6 kB 0

What's Changed

Full Changelog: https://github.com/ledgetech/lua-resty-http/compare/v0.17.2...v0.18.0

Migration

  • check your LUA code for POST, PUT, and PATCH requests without body set (body is nil)
  • set body = "" (empty body) for those requests

The previous behavior to let those HTTP requests through violates HTTP specs and those requests fail now. See https://github.com/ledgetech/lua-resty-http/pull/344 for details.

Source: README.md, updated 2026-07-06