may_minihttp
may_minihttp copied to clipboard
mini http implemented on top of may
Hi, I am trying to do a simple POST. I tried this, `match (req.method(), req.path()) { ("GET", "/json") => { rsp.header("Content-Type: application/json"); serde_json::to_writer( BodyWriter(rsp.body_mut()), &HelloMessage { message: "Hello, World!", },...
need a mini http client. 像hyper那个框架一样,提供一个基于may的http client可以发起请求,不然又得使用其他的框架了
want arm64 windows plz! cargo build is wrong at windows arm64 device.: ``` The following warnings were emitted during compilation: warning: The MSVC ARM assemblers do not support -D flags...