class Marten::HTTP::Params::Data
- Marten::HTTP::Params::Data
- Reference
- Object
Overview
Represents the parsed content of a request's body, including both non-file and file inputs.
Included Modules
- Enumerable({String, Array(JSON::Any | Marten::HTTP::UploadedFile | String) | Array(JSON::Any) | Array(Marten::HTTP::UploadedFile) | Array(String)})
- Marten::HTTP::Params::Core
Defined in:
marten/http/params/data.crConstructors
Instance methods inherited from module Marten::HTTP::Params::Core
[](name : String | Symbol)
[],
[]=(*args, **options)[]=(*args, **options, &) []=, []?(name : String | Symbol) []?, each(*args, **options)
each(*args, **options, &) each, empty?(*args, **options)
empty?(*args, **options, &) empty?, fetch(name : String | Symbol, default = nil)
fetch(name : String | Symbol, &) fetch, fetch_all(name : String | Symbol, default = nil) fetch_all, has_key?(name : String | Symbol) has_key?, size size, to_s(*args, **options)
to_s(*args, **options, &) to_s