/** * HTTP headers are key-value pairs that are sent in the request and response messages of the HTTP protocol. */ export type HttpHeaders = Record;