pub fn from_reader<R: Read>(payload: R) -> Result<Request>
Expand description

Parse a JSON payload from an IO reader into a request.