class Docker::Connection

Defined in:

docker/connection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url) #

[View source]

Instance Method Detail

def get(*args, **options) #

[View source]
def get(*args, **options, &) #

[View source]
def head(*args, **options) #

[View source]
def head(*args, **options, &) #

[View source]
def patch(*args, **options) #

[View source]
def patch(*args, **options, &) #

[View source]
def post(*args, **options) #

[View source]
def post(*args, **options, &) #

[View source]
def put(*args, **options) #

[View source]
def put(*args, **options, &) #

[View source]