Searched refs:http_response (Results 1 – 1 of 1) sorted by relevance
164 let mut http_response = HttpResponse::default(); in unmarshal() localVariable173 http_response.version = version.to_string(); in unmarshal()177 http_response.status_code = status; in unmarshal()181 http_response.reason_phrase = reason_phrase.to_string(); in unmarshal()189 http_response.headers.insert(name, value); in unmarshal()199 http_response.body = Some(request_data[header_end_idx..].to_string()); in unmarshal()202 Some(http_response) in unmarshal()