deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / middleware / basic-auth / index.d.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
import type { Context } from '../../context';import type { Next } from '../../hono';export declare const basicAuth: (options: { username: string; password: string; realm?: string; hashFunction?: Function;}, ...users: { username: string; password: string;}[]) => (ctx: Context, next: Next) => Promise<void>;
deno

Version Info

Tagged at
2 years ago