spec: add missing /response/cookies handler
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
+6
-4
@@ -340,7 +340,7 @@ following resource paths:
|
||||
│ │ └──── <name>
|
||||
│ ├──── cookies HTTP request cookie
|
||||
│ │ └──── <name>
|
||||
│ ├──── form form-urlencoded form fields
|
||||
│ ├──── form Form-urlencoded form fields
|
||||
│ │ └──── <name>
|
||||
│ ├──── files Files uploaded via multi-part form fields
|
||||
│ │ └──── <name>
|
||||
@@ -350,10 +350,12 @@ following resource paths:
|
||||
│
|
||||
└─ response All information related to the HTTP request. Write-Only
|
||||
├──── status HTTP status code
|
||||
├──── headers HTTP response headers
|
||||
│ └──── <name>
|
||||
├──── cookies HTTP request cookie
|
||||
│ └──── <name>
|
||||
├──── body Response body. Mutually exclusive with response/stream
|
||||
├──── stream Chunk-encoded body. Streamed response. Mutually exclusive with response/body
|
||||
└──── headers HTTP response headers
|
||||
└──── <name>
|
||||
└──── stream Chunk-encoded body. Streamed response. Mutually exclusive with response/body
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user