Add documentation for {intercept,register}StreamProtocol.
This commit is contained in:
parent
639dc2377f
commit
5e8618ec3b
2 changed files with 84 additions and 0 deletions
5
docs/api/structures/stream-protocol-response.md
Normal file
5
docs/api/structures/stream-protocol-response.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# StreamProtocolResponse Object
|
||||
|
||||
* `statusCode` Number - The HTTP response code
|
||||
* `headers` Object - An object containing the response headers
|
||||
* `data` ReadableStream - A Node.js readable stream representing the response body
|
Loading…
Add table
Add a link
Reference in a new issue