mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

- fix curl examples where `http://` was missing. - consistent passing HTTP method parameter (all examples now have -X ACTION at the end or the url, GET is implicit) - quote url when it contains `&` , instead of escaping