pierresouchay / consul-rust

Rust client libray for Consul HTTP API
Apache License 2.0
93 stars 48 forks source link

get_set needs to issue a PUT HTTP instead of a POST #11

Closed ainestal closed 7 years ago

ainestal commented 7 years ago

HTTP PUT needs to be issued in order to create/update a value.