abstract class HttpGrabber

Direct Known Subclasses

Defined in:

http_grabber.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String, errors) #

[View source]

Instance Method Detail

def errors : NamedTuple(unauthorized: String, timeout: String) #

[View source]
abstract def parse_body(body) #

[View source]
def run(abort, params = {} of Symbol => String) #

[View source]
def url : String #

[View source]