| 463 | |
| 464 | // Definition of a static asset. |
| 465 | struct Asset |
| 466 | { |
| 467 | std::string path; |
| 468 | std::map<std::string, std::string> types; |
| 469 | }; |
| 470 | |
| 471 | // Continuation for `consume(HttpEvent&&)`. |
| 472 | Future<http::Response> _consume( |
nothing calls this directly
no outgoing calls
no test coverage detected