foundation-comms.httprequestinit
Home > @genesislcap/foundation-comms > HttpRequestInit
HttpRequestInit interface
The options object used when making an HTTP request.
Signature:
export interface HttpRequestInit extends RequestInit
Extends: RequestInit
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
JSONSerializer |
(Optional) A serializer function to transform the request body. |