serverless-http
serverless-http copied to clipboard
Added handling of proxy trust.
Serverless-http may use x-forwarded-for headers to provide accurate client IP addresses when your application is behind proxies or load balancers.
Proxy trust can be enabled using the proxyTrust (Function|Array|String) option.