Configurable header names and pass-through
You can now configure three different settings to control the behavior:
response_header_name- The name of the response header for the ID.request_header_name- The name of the request header for the ID.pass_through- If the ID from the request should be passed to the response enable this. This is useful if you are dealing with a microservice that is not exposed to the public but gets further actions delegated from the entry point and must retain the original ID.
See the readme.md for more information.