You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
http_server: add an accessor to read request header (#4903)
**Which issue(s) this PR fixes**:
Fixes #
**What this PR does / why we need it**:
I'm creating a plugin using http_server, but I need to change the
processing depending on the received request header.
So, I want an accessor to read request header in
`Fluent::PluginHelper::HttpServer::Request`
**Docs Changes**:
TODO:
https://docs.fluentd.org/plugin-helper-overview/api-plugin-helper-http_server#request
**Release Note**:
* `http_server` helper: add `header` method for `Request`.
---------
Signed-off-by: Shizuo Fujita <[email protected]>
0 commit comments