kvarn::prelude::internals::readFunction response_php
source pub fn response_php(bytes: &Bytes) -> Result<Response<Bytes>, Error>
Expand description
Parses a response without the first line, status taken from the headers.
ยงErrors
Returns virtually the same errors as response
.