Skip to main content

Module adapter

Module adapter 

Source
Expand description

Rocket request/response adapters for SaRequest / SaResponse. Rocket 请求/响应适配器,实现 SaRequest / SaResponse

Structs§

RocketCapturedRequest
Owned snapshot of headers/cookies/query/path required by run_auth_flow in rocket-core. 承载 run_auth_flowrocket-core)所需的请求头/Cookie/查询串/路径等字段副本。
RocketRequestAdapter
Borrows Rocket Request for synchronous SaRequest use (caller must not hold across .await with incompatible lifetimes). 借用 Rocket Request 实现同步 SaRequest(注意不要在不兼容的生命周期下跨 .await 持有)。
RocketResponseAdapter
Rocket 响应适配器