summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/api/http.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index 592d2a1609..7f0b39cbb1 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -633,6 +633,13 @@ const cookie = request.getHeader('Cookie');
Limits maximum response headers count. If set to 0, no limit will be applied.
+### request.path
+<!-- YAML
+added: v0.4.0
+-->
+
+* {string} The request path. Read-only.
+
### request.removeHeader(name)
<!-- YAML
added: v1.6.0