influxdb/httpd
Philip O'Toole e75e6a9526 Add HTTP endpoint that serves a requested shard
With this change a datanode can stream the requested shard to the
client. An error is returned if the shard does not exist or the the
shard is not local to that node.

1 data node can hit this endpoint to request data for a given shard if
the data no longer resides on the broker.
2015-04-22 09:29:19 -07:00
..
handler.go Add HTTP endpoint that serves a requested shard 2015-04-22 09:29:19 -07:00
handler_test.go Actually allow HTTP logging to be enabled 2015-04-21 15:21:21 -07:00
response_logger.go Fix http logger to report status OK if never set 2015-04-08 09:38:17 -06:00