class Posh::Client
- Posh::Client
- Reference
- Object
Defined in:
posh/client.crConstructors
Instance Method Summary
- #logged_in : Bool
- #login(username : String, password : String)
- #request(method, route : String | URI, headers : HTTP::Headers | Nil = nil, *, body : HTTP::Client::BodyType | Nil = nil, form : String | Nil | IO | Nil | Hash | Nil = nil)
Constructor Detail
Instance Method Detail
def request(method, route : String | URI, headers : HTTP::Headers | Nil = nil, *, body : HTTP::Client::BodyType | Nil = nil, form : String | Nil | IO | Nil | Hash | Nil = nil)
#