We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
local requests = require "resty.requests" local r,err=requests.request{ method = "GET", url = "172.16.18.106:8066/portal/login.jsp", { http20 = true, }, } but i got accelog like this: 127.0.0.1 - - [09/Mar/2021:17:38:24 +0800] "GET / HTTP/1.1" 200 4833 "-" "curl/7.29.0" "-" ,protocl still is http1.1 ,but how to send http2 request?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
local requests = require "resty.requests"
local r,err=requests.request{
method = "GET",
url = "172.16.18.106:8066/portal/login.jsp",
{
http20 = true,
},
}
but i got accelog like this:
127.0.0.1 - - [09/Mar/2021:17:38:24 +0800] "GET / HTTP/1.1" 200 4833 "-" "curl/7.29.0" "-"
,protocl still is http1.1 ,but how to send http2 request?
The text was updated successfully, but these errors were encountered: