Searched refs:fields (Results 1 – 2 of 2) sorted by relevance
33 let mut fields = request_first_line.split_ascii_whitespace(); in unmarshal() localVariable34 if let Some(method) = fields.next() { in unmarshal()37 if let Some(url) = fields.next() { in unmarshal()60 if let Some(version) = fields.next() { in unmarshal()122 let mut fields = request_first_line.split_ascii_whitespace(); in unmarshal() localVariable124 if let Some(version) = fields.next() { in unmarshal()127 if let Some(status) = fields.next() { in unmarshal()132 if let Some(reason_phrase) = fields.next() { in unmarshal()
63 let mut fields = request_first_line.split_ascii_whitespace(); in unmarshal() localVariable64 if let Some(method) = fields.next() { in unmarshal()67 if let Some(path) = fields.next() { in unmarshal()87 if let Some(version) = fields.next() { in unmarshal()170 let mut fields = request_first_line.split_ascii_whitespace(); in unmarshal() localVariable172 if let Some(version) = fields.next() { in unmarshal()175 if let Some(status) = fields.next() { in unmarshal()180 if let Some(reason_phrase) = fields.next() { in unmarshal()