Skip to content

Headers

ts
type Headers = {
[key: string]: string | string[] | undefined;
};

Encabezados de la solicitud, tal como los entrega el framework.

Index Signature

ts
[key: string]: string | string[] | undefined