struct HTTP::Headers

Superclass hierarchy

Object
Value
Struct
HTTP::Headers

Defined in:

Class Method Summary

Instance Method Summary

Macro Summary

Class Method Detail

def self.new

Instance Method Detail

def ==(other : Hash)

def ==(other : self)

def [](key)

def []=(key, value : String)

def []=(key, value : Array(String))

def []?(key)

def add(key, value : Array(String))

def add(key, value : String)

def clone

def delete(key)

def dup

def empty?

def fetch(key, &block)

def fetch(key)

def fetch(key, default)

def get(key)

def get?(key)

def has_key?(key)

def inspect(io : IO)

def merge!(other)

def to_s(io : IO)

Macro Detail

macro method_missing(name, args, block)