influxdb/services/httpd
Jonathan A. Sternberg ec57108520 Use proper uber-go/zap import path
It looks like the real import path to the project is go.uber.org/zap
instead of github.com/uber-go/zap since the example in the project
references that path.
2016-12-15 08:54:14 -06:00
..
config.go Ensure pprof-enabled config option is respected 2016-09-30 18:41:38 +01:00
config_test.go add support for unix socket binding service 2016-08-11 02:20:54 +08:00
handler.go Use proper uber-go/zap import path 2016-12-15 08:54:14 -06:00
handler_test.go Use X-Forwarded-For IP address in HTTP logger if present 2016-12-01 09:16:36 -06:00
listen.go Teach the http service how to enforce connection limits 2016-05-12 16:25:16 -04:00
listen_test.go Teach the http service how to enforce connection limits 2016-05-12 16:25:16 -04:00
response_logger.go Use X-Forwarded-For IP address in HTTP logger if present 2016-12-01 09:16:36 -06:00
response_writer.go Merge pull request #7171 from influxdata/js-1.0-merge-response-formatter-bugfix 2016-08-17 19:13:09 -05:00
service.go Use proper uber-go/zap import path 2016-12-15 08:54:14 -06:00