Method of the HTTP request.
Path of the HTTP request.
Request body data info.
Response body data info.
When special status code being used.
Optional
templatePath template.
Filled since 3.2.2 version.
Optional
parseParser of the query string.
If content type of response body is application/x-www-form-urlencoded
,
then this parseQuery
function would be called.
If you've forgotten to configuring this parseQuery
property about the
application/x-www-form-urlencoded
typed response body data, then
only the URLSearchParams
typed instance would be returned instead.
Properties of remote API route.
Author
Jeongho Nam - https://github.com/samchon