foundation-comms.httprequestinit.serializer
Home > @genesislcap/foundation-comms > HttpRequestInit > serializer
HttpRequestInit.serializer property
A serializer function to transform the request body.
Signature:
serializer?: JSONSerializer;
Remarks
This can be used to transform the request body to a specific format such as JSON or XML.