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#requestPOST

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

Creates a resource by performing an HTTP request using the POST method.

Parameters

url: string

The URL of the request.

body: string | object

The body of the request.

Returns

Promise<Response>

The response from the request.