influxdb/cluster
Jonathan A. Sternberg 6f61c0ea4a Add POST /query endpoint and warning messages for using GET with write operations
In order to follow REST a bit more carefully, all write operations
should go through a POST in the future. We still allow read operations
through either GET or POST (similar to the Graphite /render endpoint),
but write operations will trigger a returned warning as part of the JSON
response and will eventually return an error.

Also updates the Golang client libraries to always use POST instead of
GET.

Fixes #6290.
2016-04-29 09:00:23 -04:00
..
internal
balancer.go
balancer_test.go
client_pool.go
cluster.go
config.go
config_test.go
meta_client.go
meta_client_test.go
points_writer.go
points_writer_test.go
pool.go
rpc.go
rpc_test.go
service.go
service_test.go
statement_executor.go
statement_executor_test.go