Appearance
@loontail/minecraft-kit / HttpHeaders
Type Alias: HttpHeaders
ts
type HttpHeaders = Readonly<Record<string, string>>;Defined in: src/types/http.ts:4
Subset of fetch headers the library actually uses.