콘텐츠로 이동
한국어

complete

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

complete(status, body?, headers?): HttpResponse

Defined in: src/http/Route.ts:224

Shorthand for { status, body }. body may be a string, object, or bytes.

number

string | object | Uint8Array<ArrayBufferLike> | ReadableStream<Uint8Array<ArrayBufferLike>> | null

Record<string, string>

HttpResponse