We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a2a40 commit 03bda12Copy full SHA for 03bda12
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
99
100
#### Response
101
0 commit comments