doc: fix typo
This commit is contained in:
@@ -21,7 +21,7 @@ Overview
|
|||||||
/
|
/
|
||||||
│
|
│
|
||||||
├─ request
|
├─ request
|
||||||
│ ├──── method Used HTTP Method (GET, POST)
|
│ ├──── method HTTP Method used (GET, POST)
|
||||||
│ ├──── host Host part of the URL
|
│ ├──── host Host part of the URL
|
||||||
│ ├──── path Complete URL path (URL-unquoted)
|
│ ├──── path Complete URL path (URL-unquoted)
|
||||||
│ ├──── matches
|
│ ├──── matches
|
||||||
|
|||||||
+1
-1
@@ -424,7 +424,7 @@ following resource paths:
|
|||||||
/ The root of the resource paths tree
|
/ The root of the resource paths tree
|
||||||
│
|
│
|
||||||
├─ request All information related to the HTTP request. Read-Only
|
├─ request All information related to the HTTP request. Read-Only
|
||||||
│ ├──── method Used HTTP Method (GET, POST)
|
│ ├──── method HTTP Method used (GET, POST)
|
||||||
│ ├──── host Host part of the URL
|
│ ├──── host Host part of the URL
|
||||||
│ ├──── path Complete URL path (URL-unquoted)
|
│ ├──── path Complete URL path (URL-unquoted)
|
||||||
│ ├──── matches Previously matched URL path parts
|
│ ├──── matches Previously matched URL path parts
|
||||||
|
|||||||
Reference in New Issue
Block a user