Kefu Chai
063b3be8a7
api: reference httpd::* symbols like 'httpd::*'
...
it turns out we have `using namespace httpd;` in seastar's
`request_parser.rl`, and we should not rely on this statement to
expose the symbols in `seatar::httpd` to `seastar` namespace.
in this change,
* api/*.hh: all httpd symbols are referenced by `httpd::*`
instead of being referenced as if they are in `seastar`.
* api/*.cc: add `using namespace seastar::httpd`.
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com >
2023-03-07 18:21:03 +08:00
..
2023-02-17 10:19:06 +02:00
2023-02-17 10:19:06 +02:00
2023-03-07 18:21:03 +08:00
2022-08-11 13:31:19 +03:00
2023-03-07 18:21:03 +08:00
2022-06-28 19:58:06 -03:00
2023-03-07 18:21:03 +08:00
2022-01-18 12:15:18 +01:00
2023-02-17 18:38:44 +08:00
2023-02-15 22:57:18 +02:00
2022-01-18 12:15:18 +01:00
2023-03-07 14:03:42 +08:00
2023-02-03 18:59:28 +03:00
2023-03-07 18:21:03 +08:00
2022-01-18 12:15:18 +01:00
2023-03-07 14:03:42 +08:00
2022-01-18 12:15:18 +01:00
2023-03-07 18:21:03 +08:00
2022-01-18 12:15:18 +01:00
2023-03-07 18:21:03 +08:00
2022-10-20 12:31:45 +03:00
2023-03-07 18:21:03 +08:00
2022-01-18 12:15:18 +01:00
2023-03-07 18:21:03 +08:00
2022-01-18 12:15:18 +01:00
2023-03-07 18:21:03 +08:00
2022-01-18 12:15:18 +01:00
2023-03-07 18:21:03 +08:00
2022-01-18 12:15:18 +01:00
2023-03-07 18:21:03 +08:00
2022-01-18 12:15:18 +01:00
2023-03-07 18:21:03 +08:00
2022-01-18 12:15:18 +01:00
2023-03-07 18:21:03 +08:00
2022-01-18 12:15:18 +01:00
2023-03-07 18:21:03 +08:00
2022-11-20 09:14:21 +02:00
2023-03-07 18:21:03 +08:00
2022-01-18 12:15:18 +01:00
2023-03-07 18:21:03 +08:00
2022-01-18 12:15:18 +01:00
2023-03-07 18:21:03 +08:00
2023-02-17 10:19:06 +02:00
2023-03-07 18:21:03 +08:00
2023-02-17 10:19:06 +02:00