class Etcd::Response
- Etcd::Response
- Reference
- Object
Overview
manage http responses
Defined in:
etcd/response.crConstructors
- .from_http_response(response : HTTP::Client::Response) : Response
- .new(opts : Hash(String, JSON::Any), headers : Hash(Symbol, Int64))
Instance Method Summary
- #action : String
- #action=(action : String)
- #children(*args, **options)
- #children(*args, **options, &)
- #directory?(*args, **options)
- #directory?(*args, **options, &)
- #etcd_index : Int64
- #etcd_index=(etcd_index : Int64)
- #key(*args, **options)
- #key(*args, **options, &)
- #node : Node
- #node=(node : Node)
- #raft_index : Int64
- #raft_index=(raft_index : Int64)
- #raft_term : Int64
- #raft_term=(raft_term : Int64)
- #value(*args, **options)
- #value(*args, **options, &)