| 10 | { |
| 11 | |
| 12 | class ActionsHandler final : public HttpHandler |
| 13 | { |
| 14 | public: |
| 15 | DECLARE_PTR_TYPEDEFS(ActionsHandler); |
| 16 | |
| 17 | bool HandleRequest( |
| 18 | const WaitGroup::Ptr& waitGroup, |
| 19 | const HttpApiRequest& request, |
| 20 | HttpApiResponse& response, |
| 21 | boost::asio::yield_context& yc |
| 22 | ) override; |
| 23 | }; |
| 24 | |
| 25 | } |
| 26 |
nothing calls this directly
no outgoing calls
no test coverage detected