influxdb/services/httpd
Jonathan A. Sternberg 451a5205ef Support bound parameters in the parser
The parser can be passed a map of keys to literal values to be replaced
into the query. Parameters are preceded by a dollar sign (`$`). If a
parameter key is missing, an error is thrown by the parser.

Fixes #2926.
2016-05-18 20:10:15 -04:00
..
config.go Teach the http service how to enforce connection limits 2016-05-12 16:25:16 -04:00
config_test.go feat #4448: add support for JWT tokens 2016-05-12 08:20:07 -04:00
handler.go Support bound parameters in the parser 2016-05-18 20:10:15 -04:00
handler_test.go require token expiration 2016-05-12 08:20:07 -04: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 Improve query sanitization to prevent a password leak in the logs 2016-04-22 11:27:09 -04:00
service.go Add stat for currently active write requests 2016-05-17 22:14:19 +01:00