complete
complete(
status,body?,headers?):HttpResponse
Defined in: src/http/Route.ts:60
Shorthand for { status, body }. body may be a string, object, or bytes.
Parameters
Section titled “Parameters”status
Section titled “status”number
string | object | Uint8Array<ArrayBufferLike> | null
headers?
Section titled “headers?”Record<string, string>