struct HTTP::Headers

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

Defined in:

duo/hpack/hpack.cr

Instance Method Summary

Instance Method Detail

def each_key(&) #

[View source]