Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kd_clients/core/WebApiClient.ts>WebApiClient#requestPUT

Various types of HTTP clients for misc uses. This is used in the organization's infrastructure.
Go to Latest
method WebApiClient.prototype.requestPUT
import { WebApiClient } from "https://deno.land/x/kd_clients@v0.0.5/core/WebApiClient.ts";

Modifies a resource by performing an HTTP request using the PUT method.

Parameters

url: string

The URL of the request.

body: string

The body of the request.

Returns

Promise<Response>

The response from the request.