| 258 | |
| 259 | struct get_data { |
| 260 | bool before(coro_http_request &req, coro_http_response &res) { |
| 261 | req.set_aspect_data("hello world"); |
| 262 | return true; |
| 263 | } |
| 264 | }; |
| 265 | |
| 266 | async_simple::coro::Lazy<void> use_aspects() { |
nothing calls this directly
no test coverage detected