/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-plugin-interface-f98221446250-plugin-interface-s0759-c0000.md
Plugin Interface - hono-docs
Plugin Interface Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt plugin interface Summary Content
Plugin Interface
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#plugin-interface
Summary
## Content
```ts
export interface SSGPlugin {
beforeRequestHook?: BeforeRequestHook | BeforeRequestHook[]
afterResponseHook?: AfterResponseHook | AfterResponseHook[]
afterGenerateHook?: AfterGenerateHook | AfterGenerateHook[]
}