influxdb/services/httpd
Stuart Carnie c5ec3a3244 feat(influx): Add Flux support, enabled by specifying -type=flux 2018-10-25 11:12:14 -07:00
..
config.go feat(httpd): Add config to specify availability of the Flux query API 2018-10-23 10:01:31 -07:00
config_test.go Cleanup services package 2018-01-21 10:52:37 -08:00
flux.go feat(influx): Add Flux support, enabled by specifying -type=flux 2018-10-25 11:12:14 -07:00
gzip.go rework gzip compressor so it is lazily created for 200 OK requests only 2017-06-05 21:38:32 +08:00
handler.go chore(httpd): Define interface for controller, for testing purposes 2018-10-23 10:01:31 -07:00
handler_test.go feat(influx): Add Flux support, enabled by specifying -type=flux 2018-10-25 11:12:14 -07:00
io.go Add config test; add negative value test 2017-06-06 08:42:45 +08:00
io_test.go NEW max-body-size config; HTTP 413 if body exceeds max size; fixes #8299 2017-06-05 21:38:33 +08:00
listen.go Teach the http service how to enforce connection limits 2016-05-12 16:25:16 -04:00
listen_test.go Use unbuffered error channels in tests 2017-01-17 10:53:15 -08:00
pprof.go Adds mutex profile 2017-08-04 14:36:39 +01:00
requests.go cleanup: remove poor usage of ',ok' with maps 2017-08-30 09:49:31 -04:00
response_logger.go influxdata/influxdb/influxql -> influxdata/influxql 2017-10-30 14:40:26 -07:00
response_writer.go Properly track the response bytes written for queries in all format types 2018-04-09 12:42:58 -05:00
response_writer_test.go Update Go to 1.11 2018-09-06 16:40:20 +01:00
service.go feat(httpd): Add Flux query metrics 2018-10-23 10:01:31 -07:00