class Consul::Transport
- Consul::Transport
- Reference
- Object
Direct Known Subclasses
- Consul::Agent
- Consul::Catalog
- Consul::Coordinate
- Consul::Event
- Consul::Health
- Consul::KV
- Consul::Snapshot
- Consul::Status
Defined in:
consul/transport.crConstructors
Instance Method Summary
- #client : HTTP::Client
- #consistency : String
- #delete(path : String) : HTTP::Client::Response
- #get(path : String) : HTTP::Client::Response
- #get_consistency : String
- #put(path : String, data : JSON::Any) : HTTP::Client::Response
-
#put(path : String, data : String) : HTTP::Client::Response
overloading put method
-
#put(path : String) : HTTP::Client::Response
overloading put method