From 857e708f87a610ecddb44397d90e5b3e97e4315a Mon Sep 17 00:00:00 2001 From: DIGVIJAY <144053736+digvijay-y@users.noreply.github.com> Date: Fri, 13 Feb 2026 04:29:28 +0530 Subject: [PATCH] Docs: HTTP request parameters documented! (#740) * docs: HTTP request parameters --- docs/Referencing-Request-Values.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/Referencing-Request-Values.md b/docs/Referencing-Request-Values.md index ba35363..401504d 100644 --- a/docs/Referencing-Request-Values.md +++ b/docs/Referencing-Request-Values.md @@ -20,6 +20,11 @@ There are four types of request values: ``` 3. HTTP Request parameters + #### Valid `name` Parameters: + - `"name": "method"` + - `"name": "remote-addr"` + + *Note* Anything other than above mentioned `name` parameters would be invalid! ```json {