diff --git a/doc/api/http.md b/doc/api/http.md index 592d2a1609dbb1..7f0b39cbb1cd9a 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 + + +* {string} The request path. Read-only. + ### request.removeHeader(name)