struct HTTP::Headers
- HTTP::Headers
- Struct
- Value
- Object
Overview
A Hash
-like object that holds HTTP headers.
Two headers are considered the same if their downcase representation is the same
(in which _
is the downcase version of -
).
NOTE To use Headers
, you must explicitly import it with require "http/headers"
Included Modules
- Enumerable({String, Array(String)})