Skip to main content

build_app

Function build_app 

Source
pub fn build_app(router: Router, cors: bool) -> Router
Expand description

Build an Axum application backed by the given router.

When cors is true, every response carries permissive CORS headers and OPTIONS preflight requests are answered with 204 No Content without being forwarded to the router.