콘텐츠로 이동
한국어

HonoBackendOptionsBuilder

이 콘텐츠는 아직 번역되지 않았습니다.

Defined in: src/http/backend/HonoBackendOptions.ts:34

Fluent builder for HonoBackendOptionsType.

new HonoBackendOptionsBuilder(): HonoBackendOptionsBuilder

HonoBackendOptionsBuilder

OptionsBuilder.constructor

build(): Partial<T>

Defined in: src/util/OptionsBuilder.ts:51

Snapshot the set fields as an independent Partial<T> (own props only).

Partial<T>

OptionsBuilder.build


withApp(app): this

Defined in: src/http/backend/HonoBackendOptions.ts:41

Bring-your-own Hono app (skips the internal hono import).

HonoAppLike

this


withMaxBodyBytes(bytes): this

Defined in: src/http/backend/HonoBackendOptions.ts:46

Maximum request body size in bytes. Default 10 MiB; exceeding it returns 413.

number

this


static create(): HonoBackendOptionsBuilder

Defined in: src/http/backend/HonoBackendOptions.ts:36

Start a fresh builder. Equivalent to new HonoBackendOptionsBuilder().

HonoBackendOptionsBuilder