class Lucky::FormData::MultiValueStorage(T)
Overview
Simpler, generic implementation of HTTP::Params
Included Modules
- Enumerable({String, T})
Defined in:
lucky/form_data.crConstructors
Instance Method Summary
- #[]?(key : String) : T | Nil
- #add(key : String, value : T)
-
#each(&)
Must yield this collection's elements to the block.
- #fetch_all(key : String) : Array(T)