class Docker::Connection
Defined in:
docker/connection.cr
Constructors
Instance Method Summary
-
#get(*args, **options)
-
#get(*args, **options, &)
-
#head(*args, **options)
-
#head(*args, **options, &)
-
#patch(*args, **options)
-
#patch(*args, **options, &)
-
#post(*args, **options)
-
#post(*args, **options, &)
-
#put(*args, **options)
-
#put(*args, **options, &)
Constructor Detail
Instance Method Detail
def
get(*args, **options)
#
def
get(*args, **options, &)
#
def
head(*args, **options)
#
def
head(*args, **options, &)
#
def
patch(*args, **options)
#
def
patch(*args, **options, &)
#
def
post(*args, **options)
#
def
post(*args, **options, &)
#
def
put(*args, **options)
#
def
put(*args, **options, &)
#