module OceanKit::Client::Connection

Direct including types

Defined in:

ocean_kit/client/connection.cr

Instance Method Summary

Instance Method Detail

def destroy(path, options = nil) #

[View source]
def get(path, options = nil) #

[View source]
def post(path, options) #

[View source]
def put(path, options) #

[View source]
def request(http_method, path, options) #

[View source]