class Marten::HTTP::Params::Query
- Marten::HTTP::Params::Query
- Reference
- Object
Overview
Represents a set of GET parameters, extracted from a request's query string.
Included Modules
Defined in:
marten/http/params/query.crConstructors
Instance Method Summary
- 
        #as_query : String
        
          Returns a string corresponding to the params in query string format. 
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