Skip to content

Commit fccdd80

Browse files
IzabellaRaulinkevin-bates
authored andcommitted
Fixed the link to section
1 parent 83db0b6 commit fccdd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/http-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You may specify path parameters when registering an endpoint by prepending a `:`
4141

4242
The `REQUEST` object currently contains the following properties:
4343

44-
* `body` - The value of the body, see the [Body And Content Type](#Request Content-Type and Request Body Processing) section below
44+
* `body` - The value of the body, see the [Body And Content Type](#request-content-type-and-request-body-processing) section below
4545
* `args` - An object with keys representing query parameter names and their associated values. A query parameter name may be specified multiple times in a valid URL, and so each value is a sequence (e.g., list, array) of strings from the original URL.
4646
* `path` - An object of key-value pairs representing path parameters and their values.
4747
* `headers` - An object of key-value pairs where a key is a HTTP header name and a value is the HTTP header value. If there are multiple values are specified for a header, the value will be an array.

0 commit comments

Comments
 (0)