We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a2a40 commit 549c286Copy full SHA for 549c286
plugin-helper-overview/api-plugin-helper-http_server.md
@@ -95,6 +95,7 @@ Request supports these following methods:
95
* `query`: returns query which is `query_string` parsed by `CGI.parse`
96
* `body`: returns the request body
97
* `path`: returns the request path
98
+* `headers`: returns `Protocol::HTTP::Headers` object to read the request headers (since v1.19.0)
99
100
#### Response
101
0 commit comments