Expand description
Procedural macros for FastEdge applications.
This crate provides the #[fastedge::http] attribute macro that transforms
a regular Rust function into a WebAssembly component handler for HTTP requests.
Attribute Macrosยง
- http
- Marks a function as the HTTP request handler for a FastEdge application.