AbstractProtected ReadonlybaseReadonlyERR_ProtecteddoThe path to send the request to.
The request RequestInit | Configuration.
ProtecteddoSend a GET request.
The path to send the request to.
ProtecteddoSend a POST request.
THe path to send the request to.
OptionalbodyData: DThe body-data to send.
The data-type of the bodyData.
ProtectedtoHelper to transform data to URLSearchParams
Any key with a value of undefined will be ignored.
Any key with a value of null will be included.
the data to transform to URLSearchParams
a URLSearchParams representaton of data
A generic request helper.