deno.land / x / hono@v4.2.5 / mod.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
import { Hono } from './hono.ts'
declare global { interface ExecutionContext { waitUntil(promise: Promise<void>): void passThroughOnException(): void }}
export type { Env, ErrorHandler, Handler, MiddlewareHandler, Next, NotFoundHandler, ValidationTargets, Input, Schema, ToSchema, TypedResponse,} from './types.ts'export type { Context, ContextVariableMap, ContextRenderer, ExecutionContext } from './context.ts'export type { HonoRequest } from './request.ts'export { Hono }export { HTTPException } from './http-exception.ts'
// Routerexport { RegExpRouter } from './router/reg-exp-router/index.ts'export { TrieRouter } from './router/trie-router/index.ts'export { SmartRouter } from './router/smart-router/index.ts'export { PatternRouter } from './router/pattern-router/index.ts'export { LinearRouter } from './router/linear-router/index.ts'
// Validatorexport { validator } from './validator/index.ts'
// Clientexport { hc } from './client/index.ts'export type { InferRequestType, InferResponseType, ClientRequestOptions } from './client/index.ts'
hono

Version Info

Tagged at
a week ago