Type alias HttpHeaders

HttpHeaders: Record<string, string>

Types an HTTP request/response headers as a Map of <string, string>.

Generated using TypeDoc