Xiang Li
|
5d06d4ec44
client: print url as string
|
před 10 roky |
Yicheng Qin
|
a1ef699aeb
client: return context.DeadlineExceeded instead of ClusterError
|
před 10 roky |
Yicheng Qin
|
f4c29a5f55
client: support to set timeout for each request
|
před 10 roky |
Yicheng Qin
|
0ab16db728
client: Sync() pin the endpoint when member list doesn't change
|
před 10 roky |
Xiang Li
|
b9c6b64d61
Merge pull request #3216 from yichengq/cancel-err
|
před 10 roky |
Yicheng Qin
|
78af793338
client: return context canceled error correctly
|
před 10 roky |
Xiang Li
|
b04bb3e0ea
Merge pull request #3229 from xiang90/f_cerr
|
před 10 roky |
Yicheng Qin
|
25ad71fbac
Merge pull request #3225 from yichengq/client-record-err
|
před 10 roky |
Yicheng Qin
|
cfeaf3d172
client: return correct error for 50x response
|
před 10 roky |
Yicheng Qin
|
c53b3016ae
client: add AutoSync function
|
před 10 roky |
Xiang Li
|
f38187bbdb
client: return context.Canceled error when user cancels the request
|
před 10 roky |
Xiang Li
|
5fa8652241
client: return cluster error if the etcd cluster is not avaliable
|
před 10 roky |
Yicheng Qin
|
ea2347a40f
client: pin itself to an endpoint that given
|
před 10 roky |
Barak Michener
|
a4d1a5a6e5
*: Add security/auth support to etcdctl and etcd/client
|
před 10 roky |
Xiang Li
|
15ac4f08f8
client: fix cancel watch
|
před 10 roky |
Xiang Li
|
4f2df84a38
client: support printing cURL command
|
před 10 roky |
Alex Crawford
|
d9ad6aa2a9
*: update to use IANA-assigned ports
|
před 10 roky |
Brian Waldon
|
9fe78c8bc4
client: don't use nested actions
|
před 11 roky |
Brian Waldon
|
25cf916a80
client: ensure Response closed on cancel
|
před 11 roky |
Brian Waldon
|
b41d6bc416
client: set hard limit on redirect checks
|
před 11 roky |
Brian Waldon
|
50a9b2d9c8
client: rm naked return from httpClusterClient.Do
|
před 11 roky |
Brian Waldon
|
ae062a0825
client: move lock so MembersAPI.List doesn't deadlock
|
před 11 roky |
Brian Waldon
|
b174732812
client: introduce Error type
|
před 11 roky |
Brian Waldon
|
9b334e07a6
client: allow caller to decide HTTP redirect policy
|
před 11 roky |
Brian Waldon
|
8621caf3e2
client: define a DefaultTransport
|
před 11 roky |
Brian Waldon
|
ce4486ff85
client: document Client methods
|
před 11 roky |
Brian Waldon
|
1773d0a18b
client: simplify CancelableTransport doc
|
před 11 roky |
Brian Waldon
|
19dd4a0f3c
client: document Config
|
před 11 roky |
Brian Waldon
|
6d82472275
client: move http.go into client.go
|
před 11 roky |
Brian Waldon
|
7ff84351f5
client: centralize exported variables
|
před 11 roky |