class Teletube::Http

Defined in:

teletube/http.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(config : Teletube::Config) #

[View source]

Instance Method Detail

def delete(path : String) #

[View source]
def get(path : String, params : Hash(String, JSON::Any)) #

[View source]
def get(path : String) #

[View source]
def head(path : String, headers : HTTP::Headers) #

[View source]
def patch(path : String, headers : HTTP::Headers, body : HTTP::Client::BodyType) #

[View source]
def patch(path : String, params : Hash(String, JSON::Any)) #

[View source]
def post(path : String, headers : HTTP::Headers, body : HTTP::Client::BodyType) #

[View source]
def post(path : String, params : Hash(String, JSON::Any)) #

[View source]
def post(path : String, headers : HTTP::Headers) #

[View source]
def post(path : String) #

[View source]
def reset #

[View source]