class Lucky::FormData::MultiValueStorage(T)

Overview

Simpler, generic implementation of HTTP::Params

Included Modules

Defined in:

lucky/form_data.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

blank? : Bool blank?, present? : Bool present?

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def []?(key : String) : T | Nil #

[View source]
def add(key : String, value : T) #

[View source]
def each(&) #
Description copied from module Enumerable({String, T})

Must yield this collection's elements to the block.


[View source]
def fetch_all(key : String) : Array(T) #

[View source]