pub type ResponseHeaders = HashMapXxHash3_64<ResponseHeadersKey, ResponseHeadersValue>;Expand description
An alias for HashMapXxHash3_64<ResponseHeadersKey, ResponseHeadersValue>, representing a map of HTTP response headers.
Aliased Typeยง
pub struct ResponseHeaders { /* private fields */ }