import { HttpRequest } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.%5BSymbol.asyncIterator%5D&s=HttpRequest";
An abstraction which wraps a Request
from Deno's flash server.
The constructor takes a {@link Deferred
} which it will resolve when the
response is ready.
This request can be used in situations where there isn't a specific method
to respond with, but where a Promise<Response>
is accepted as a value. It
is specifically designed to work with Deno's flash server.