Pular para o conteúdo
Português (BR)

complete

Este conteúdo não está disponível em sua língua ainda.

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

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

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

number

string | object | Uint8Array<ArrayBufferLike> | null

Record<string, string>

HttpResponse