class Lavin::Httpclient::Connection

Defined in:

endpoint/connection.cr

Constant Summary

ENDPOINT = "/api/connections"

Constructors

Class Method Summary

Constructor methods inherited from class Lavin::Httpclient::Model

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.all(vhost : String) #

[View source]
def self.all #

[View source]
def self.close(name : String, reason : String = "Closed via Lavin::Httpclient") #

[View source]
def self.close_all(reason : String = "Closed via Lavin::Httpclient") #

[View source]