test: move protocol specs to main process (#18923)
This commit is contained in:
parent
fdb2502a19
commit
ec8697bcdc
9 changed files with 304 additions and 328 deletions
5
docs/api/structures/string-protocol-response.md
Normal file
5
docs/api/structures/string-protocol-response.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# StringProtocolResponse Object
|
||||
|
||||
* `mimeType` String (optional) - MIME type of the response.
|
||||
* `charset` String (optional) - Charset of the response.
|
||||
* `data` String | null - A string representing the response body.
|
Loading…
Add table
Add a link
Reference in a new issue