pub fn openapi_docs_response(
config: &OpenApiConfig,
routes: &[RouteInfo],
) -> HttpResponseExpand description
Return an HttpResponse with ReDoc HTML documentation.
The HTML is generated once and cached via OnceLock.
pub fn openapi_docs_response(
config: &OpenApiConfig,
routes: &[RouteInfo],
) -> HttpResponseReturn an HttpResponse with ReDoc HTML documentation.
The HTML is generated once and cached via OnceLock.