class Abartos::Application::Client
- Abartos::Application::Client
- Reference
- Object
Defined in:
abartos/application/client.crConstant Summary
-
STANDARD_HEADERS =
HTTP::Headers {"User-Agent" => "Abartos Standalone/#{Abartos::VERSION} Crystal/#{Crystal::VERSION}"}
Instance Method Summary
- #post(path : String, headers : HTTP::Headers | Nil = nil, *, form : Hash) : HTTP::Client::Response
- #post(path : String, headers : HTTP::Headers | Nil = nil, *, json) : HTTP::Client::Response
Instance Method Detail
def post(path : String, headers : HTTP::Headers | Nil = nil, *, form : Hash) : HTTP::Client::Response
#
def post(path : String, headers : HTTP::Headers | Nil = nil, *, json) : HTTP::Client::Response
#