class

Lucky::FormData::MultiValueStorage(T)

Inherits Enumerable < Reference < Object

Simpler, generic implementation of HTTP::Params

Constructors

Instance methods

[]?(key : String) : T | Nil
Source
add(key : String, value : T)
Source
each

Must yield this collection's elements to the block.

Source
fetch_all(key : String) : Array(T)
Source