Skip to main content

fetch_body_data

Function fetch_body_data 

Source
pub async fn fetch_body_data(req: Request<Body>) -> Result<Value, String>
Expand description

从请求中仅获取 body 参数(不含 query)

对齐 PHP $this->request->post()