lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi All,

I'm happy to announce the next release of lua-http.

lua-http is a library that hopes to provide all HTTP operations you
should ever need.
In addition to all the low-level parsing and serialising operations
you might expect,
lua-http provides high level interfaces for writing your own HTTP
server or performing HTTP requests.

I'm pushing out this release as there are a few fixes that have been sitting on master that people have been waiting for.

Included in this release:
  - Fix incorrect Sec-WebSocket-Protocol negotiation
  - Fix incorrect timeout handling in `websocket:receive()`
  - Add workaround to allow being required in openresty (#98)
  - Add http.tls.old_cipher_list (#112)
  - Add http.cookie module (#117)
  - Improvements to http.hsts module (#119)
  - Add `options` argument form to `stream:write_body_from_file()` (#125)

Links:
  - Release page: https://github.com/daurnimator/lua-http/releases/tag/v0.3
  - Homepage: https://daurnimator.github.io/lua-http/
  - Documentation: https://daurnimator.github.io/lua-http/0.3
  - Me: http://daurnimator.com/

Enjoy!