influxdb/cmd/influxd
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
..
backup Remove custom binary-conversion functions 2016-02-18 13:56:35 -05:00
help Merge branch 'master' into alpha1 2015-06-02 10:40:52 -06:00
restore Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
run Add POST /query endpoint and warning messages for using GET with write operations 2016-04-29 09:00:23 -04:00
main.go Removed builtTime reference from influxd. Removed default version information from influxd. 2016-02-25 09:35:03 -06:00