Skip to main content

unwrap_response

Function unwrap_response 

Source
pub fn unwrap_response(content: &str) -> Result<Vec<ResponsePart>>
Expand description

Splits a response into parts without parsing the block contents.

ยงErrors

See parse_response, minus the JSON failures.