the expected shape of the parsed response body.
absolute URL, or a path when config.BaseURL is supplied.
Optionalbody: unknownthe request body.
Optionalconfig: Omit<HttpRequestConfig, "Url" | "Method" | "Body">optional per-request settings.
the HttpResponse.
Sends a
PUTrequest. Shorthand for HttpRequest withMethod: 'PUT'. Body handling matches HttpPost.