class Teletube::Http
- Teletube::Http
- Reference
- Object
Defined in:
teletube/http.crConstructors
Instance Method Summary
- #delete(path : String)
- #get(path : String, params : Hash(String, JSON::Any))
- #get(path : String)
- #head(path : String, headers : HTTP::Headers)
- #patch(path : String, headers : HTTP::Headers, body : HTTP::Client::BodyType)
- #patch(path : String, params : Hash(String, JSON::Any))
- #post(path : String, headers : HTTP::Headers, body : HTTP::Client::BodyType)
- #post(path : String, params : Hash(String, JSON::Any))
- #post(path : String, headers : HTTP::Headers)
- #post(path : String)
- #reset