lua-resty-http icon indicating copy to clipboard operation
lua-resty-http copied to clipboard

Lua HTTP client cosocket driver for OpenResty / ngx_lua.

Results 62 lua-resty-http issues
Sort by recently updated
recently updated
newest added

### Summary If the `Post` body is nil, expect the request to return an error (failfast). But in fact, it will wait until the server timeout, because it only sends...

I am currently creating a reverse-proxy using this module. However, I noticed that when I go to the url `http://domain.com/path` it redirects to `https` the module does not follow it...