Crate goohttp

source ·
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