Skip to main content

Module response

Module response 

Source
Expand description

HTTP 响应模块

提供统一的响应处理工具。

Structs§

Attachment
附件响应
Html
HTML 响应类型
JsonResponse
JSON 响应构建器
Redirect
重定向响应类型
StreamResponse
流式响应

Traits§

IntoResponse
将类型转换为 HTTP 响应的 trait