class Abartos::Application::Client

Defined in:

abartos/application/client.cr

Constant Summary

STANDARD_HEADERS = HTTP::Headers {"User-Agent" => "Abartos Standalone/#{Abartos::VERSION} Crystal/#{Crystal::VERSION}"}

Instance Method Summary

Instance Method Detail

def post(path : String, headers : HTTP::Headers | Nil = nil, *, form : Hash) : HTTP::Client::Response #

[View source]
def post(path : String, headers : HTTP::Headers | Nil = nil, *, json) : HTTP::Client::Response #

[View source]