class Marten::HTTP::Params::Data

Overview

Represents the parsed content of a request's body, including both non-file and file inputs.

Included Modules

Defined in:

marten/http/params/data.cr

Constructors

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, 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

Constructor Detail

def self.new(params : RawHash) #

[View source]
def self.new #

[View source]