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
Defined in:
marten/http/params/data.crConstructors
Instance methods inherited from module Marten::HTTP::Params::Core
  
  
    
      [](name : String | Symbol)
    [], 
    
  
    
      []=(*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