apache / openwhisk-apigateway

Apache OpenWhisk API Gateway service for exposing actions as REST interfaces.
https://openwhisk.apache.org/
Apache License 2.0
64 stars 45 forks source link

Add support for preserving XF headers from upstream #356

Closed hasueki closed 4 years ago

hasueki commented 4 years ago
rabbah commented 4 years ago

no tests?

mhamann commented 4 years ago

Agree, tests should be added for this case.

I wonder how difficult that will be, though. It may require something like Test::Nginx to really validate the header values.