Module requests

Module requests 

Source
Expand description

Implementation of utilities for working with MessagePack with requests in salvo and reqwest.

Traitsยง

MsgPackParser
MessagePack parser from salvo::Request.
MsgPackRequest
MessagePack writer to reqwest::RequestBuilder.
SimdJsonParser
JSON parser from salvo::Request by sonic-rs.