Expand description
goohttp
This library provides macros for easy router definition and, if enabled, an embedded compatible synchronous HttpServer, that uses the axum router for route management.
Features
By default this library only provides two macros for more convenient router creation.
esp-> This feature enables the embedded compatible HttpServer.
Modules
- This module exports functions and structs that are relevant to this crates macros.
Macros
- Use this macro to create a new group of routes.
To create new routes use theimpl_routesmacro. - Use this macro to create new routes.
To create a new group of routes, use theimpl_route_groupmacro.