Module

x/servest/middleware.ts>BasicAuthOption

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

Properties

credentials: { username: string; password: string; }[]
optional
message: string