influxdb/ioxd_common/src
Dom Dwyer 4aa5826300
fix: return content-type for HTTP errors
No "Content-Type" header has ever been returned, even though the
response body has always been hard-coded to a JSON string.

This commit returns a content type of "application/json" for all
JSON-encoded HTTP errors.
2023-02-06 17:08:21 +01:00
..
http fix: return content-type for HTTP errors 2023-02-06 17:08:21 +01:00
server_type fix: Consistently use 'namespace' instead of 'database' in comments and other internal text 2022-11-11 15:46:04 -05:00
lib.rs refactor: delegate frontend shutdown to backend 2023-01-12 14:59:50 +01:00
rpc.rs fix: Macros need to be linked from their place in the crate root 2022-08-11 15:28:18 -04:00
server_type.rs fix: Move variables within format strings. Thanks clippy! 2023-02-03 13:06:17 -05:00
service.rs refactor: Extract `ioxd_test`, `ioxd_compactor`, `ioxd_ingester`; remove `ioxd` (#4210) 2022-04-03 10:42:22 +00:00