import { type IRequest } from "https://deno.land/x/superdeno@4.9.0/mod.ts";
Methods
new(method: string, url: string): IRequest
Initialize a new Request
with the given method
and url
.
ok(callback: (res: IResponse) => boolean): this
on(name: "progress", handler: (event: ProgressEvent) => void): this
on(name: "response", handler: (response: IResponse) => void): this