Hi,
Is there any ngx lua api to extract the port from the http request.
e.g. in this http proxy request, api should return <port>
"GET https://<host>:<port>/uri?args HTTP/1.1"
I see ngx lua has api to return uri and host with ngx.var.uri and ngx.var.host respectively.
Regards,
Vijay