Module

x/servest/mod.ts>AgentSendOptions

🌾A progressive http server for Deno🌾
Latest
interface AgentSendOptions
import { type AgentSendOptions } from "https://dotland.deno.dev/x/servest@v1.3.4/mod.ts";

http agent send options

Properties

path: string

relative path that continues after base url. must begin with /. include queries, hash

method: string

http method.

optional
headers: Headers

http headers

optional
body: HttpBody

http body