Skip to main content
Module

x/aleph/api.ts>Request#send

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

Parameters

data: string | Uint8Array | ArrayBuffer
optional
contentType: string

Returns

Promise<void>