abstract class Ketchup::Request

Direct Known Subclasses

Defined in:

ketchup/request.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(id : Float64 | Nil | Int64 | Nil | Int32 | Nil | String | Nil, params = nil) #

[View source]

Class Method Detail

def self.from_json(string) #

[View source]

Instance Method Detail

def id : Float64 | Int32 | Int64 | String | Nil #

[View source]
abstract def parse_params(params : String) #

[View source]