Hello!
The lua-resty-request v0.4 has been released,
now you can install it from OPM, LuaRocks or by your hands.
This version supplemented more test cases and supported some features:
- feature: supported the test of Expect request header
Now lua-resty-requests will wait for the "100 continue" firstly before it sends the request body.
- feature: intergrated with lua-resty-http2, can use the HTTP/2 in the plain connection.
By Combining lua-resty-http2, now lua-resty-requests can support the HTTP/2 protocol, though this is still under experimental, see https://github.com/tokers/lua-resty-http2/blob/master/README.markdown
to learn the specific limitations. Be careful when you are trying this feature :)
Best Regards
Alex Zhang