Skip to main content

Module router

Module router 

Source
Expand description

HTTP 路由模块

提供路由构建和管理工具。

Structs§

MethodRouter
方法路由类型(暂时定义)
RouterBuilder
路由构建器

Functions§

delete
DELETE 方法路由
get
GET 方法路由
head
HEAD 方法路由
health_check_router
健康检查路由
options
OPTIONS 方法路由
patch
PATCH 方法路由
post
POST 方法路由
put
PUT 方法路由
trace
TRACE 方法路由