class

Etcd::Response

Inherits Reference < Object

manage http responses

Constructors

from_http_response(response : HTTP::Client::Response) : Response
Source
new(opts : Hash(String, JSON::Any), headers : Hash(Symbol, Int64))
Source

Instance methods

action
Source
action=(action : String)
Source
children(*args, **options)
Source
children(*args, **options, &)
Source
directory?(*args, **options)
Source
directory?(*args, **options, &)
Source
etcd_index
Source
etcd_index=(etcd_index : Int64)
Source
key(*args, **options)
Source
key(*args, **options, &)
Source
node
Source
node=(node : Node)
Source
raft_index
Source
raft_index=(raft_index : Int64)
Source
raft_term
Source
raft_term=(raft_term : Int64)
Source
value(*args, **options)
Source
value(*args, **options, &)
Source