class Lavin::Httpclient::VhostLimit

Defined in:

endpoint/vhostlimit.cr

Constant Summary

ENDPOINT = "/api/vhost-limits"

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 #

[View source]
def self.get(vhost : String) #

[View source]
def self.set_max_connections(vhost : String, max_connections : Int32) #

[View source]
def self.set_max_queues(vhost : String, max_queues : Int32) #

[View source]