Add request/version resource
This commit is contained in:
@@ -12,6 +12,11 @@ to compose the response.
|
||||
We access the resource tree easily with the ``kapow set`` and ``kapow get``
|
||||
subcommands.
|
||||
|
||||
.. // DOING #85: /request/remote
|
||||
|
||||
.. // DOING #10: /route/id
|
||||
|
||||
.. // DOING #113: /request/ssl/client/i/dn
|
||||
|
||||
Overview
|
||||
--------
|
||||
@@ -23,6 +28,7 @@ Overview
|
||||
├─ request
|
||||
│ ├──── method HTTP Method used (GET, POST)
|
||||
│ ├──── host Host part of the URL
|
||||
│ ├──── version HTTP version of the request
|
||||
│ ├──── path Complete URL path (URL-unquoted)
|
||||
│ ├──── matches
|
||||
│ │ └──── <name> Previously matched URL path parts
|
||||
|
||||
Reference in New Issue
Block a user