HeadersReceivedResponse Type
Constructors
| Constructor |
Description
|
Full Usage:
HeadersReceivedResponse(?cancel, ?responseHeaders, ?statusLine)
Parameters:
bool
-
?responseHeaders : Record<string, U2<string, string[]>>
-
When provided, the server is assumed to have responded with these headers.
?statusLine : string
-
Should be provided when overriding responseHeaders to change header status otherwise original response header's status will be used.
Returns: HeadersReceivedResponse
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.cancel
|
|
Full Usage:
this.responseHeaders
|
When provided, the server is assumed to have responded with these headers. |
Full Usage:
this.statusLine
|
Should be provided when overriding responseHeaders to change header status otherwise original response header's status will be used. |
fable-electron-docs-api