pub fn decode_part_body<T: DeserializeOwned>(
part: &BatchPart,
) -> Result<T, ScrapflyError>Expand description
Decode a part body according to its Content-Type. Supports
application/json (default) and application/msgpack.
pub fn decode_part_body<T: DeserializeOwned>(
part: &BatchPart,
) -> Result<T, ScrapflyError>Decode a part body according to its Content-Type. Supports
application/json (default) and application/msgpack.