Skip to main content
Module

x/aleph/api.ts>Request#send

The Full-stack Framework in Deno.
Very Popular
Go to Latest
method Request.prototype.send
import { Request } from "https://deno.land/x/aleph@v0.2.27/api.ts";

Parameters

data: string | Uint8Array | ArrayBuffer
optional
contentType: string

Returns

Promise<void>