Struct NoContentļ
Defined in File typed_router.hpp
Struct Documentationļ
-
struct NoContentļ
Empty success marker used by handlers that complete with no body (typically DELETE -> 204 No Content). Distinct from
Result<void>so that the framework can statically dispatch the response writer.