influxdb/services/httpd
Jason Wilder badb2bf057 Use content negotiation for /write API
If content-type is "application/json", we'll process the request as
of old JSON write API.  Otherwise, we assume line protocol but check
the first byte in case a older client is still sending JSON without the
correct content-type header.
2015-06-01 11:15:46 -06:00
..
config.go Move services to subpackage. 2015-05-30 08:20:12 -06:00
config_test.go Move services to subpackage. 2015-05-30 08:20:12 -06:00
handler.go Use content negotiation for /write API 2015-06-01 11:15:46 -06:00
handler_test.go Integrating cmd/influxd/run. 2015-05-30 14:06:36 -06:00
response_logger.go Move services to subpackage. 2015-05-30 08:20:12 -06:00
service.go Move services to subpackage. 2015-05-30 08:20:12 -06:00