Request body types accepted by kinetex.
Compatible with the Fetch API's BodyInit.
Note: null is a valid body value indicating no body should be sent.
This is different from undefined which means "use default". All request
builders handle null correctly by omitting the body from the fetch call.
Request body types accepted by kinetex. Compatible with the Fetch API's BodyInit.
Note:
nullis a valid body value indicating no body should be sent. This is different fromundefinedwhich means "use default". All request builders handlenullcorrectly by omitting the body from the fetch call.