Skip to content

@loontail/minecraft-kit v0.5.0 / HttpHeaders

Type alias: HttpHeaders

ts
type HttpHeaders: Readonly<Record<string, string>>;

Subset of fetch headers the library actually uses.

Source

src/types/http.ts:2

MIT License