class

Axio::Session

Inherits Reference < Object

Constants

Log = ::Log.for(self)

Constructors

new(base_url : String, username : String, password : String)
Source

Instance methods

delete(url : String, **kwargs) : Halite::Response
Source
get(url : String) : Halite::Response
Source
post(url : String, **kwargs) : Halite::Response
Source
put(url : String, **kwargs) : Halite::Response
Source
request(method : String, url : String, **kwargs) : Halite::Response
Source
single_request_timeout
Source
single_request_timeout=(single_request_timeout : Int32)
Source
user_agent
Source
user_agent=(user_agent : String)
Source