Skip to content

@epikodelabs/streamix


@epikodelabs/streamix / networking/src/public-api / readStatus

Variable: readStatus

const readStatus: ParserFunction<{ status: number; statusText: string; headers: Record<string, string>; }>

Defined in: projects/libraries/streamix/networking/src/lib/httpClient.ts:598

Parser that yields the response status, status text, and headers.

Released under the GNU AGPL v3 or later.