Searched refs:lines (Results 1 – 5 of 5) sorted by relevance
30 let mut lines = data_except_body.lines(); in unmarshal() localVariable32 if let Some(request_first_line) = lines.next() { in unmarshal()65 for line in lines { in unmarshal()119 let mut lines = data_except_body.lines(); in unmarshal() localVariable121 if let Some(request_first_line) = lines.next() { in unmarshal()137 for line in lines { in unmarshal()
59 let mut lines = data_except_body.lines(); in unmarshal() localVariable62 if let Some(request_first_line) = lines.next() { in unmarshal()92 for line in lines { in unmarshal()167 let mut lines = data_except_body.lines(); in unmarshal() localVariable169 if let Some(request_first_line) = lines.next() { in unmarshal()185 for line in lines { in unmarshal()
187 let lines: Vec<&str> = raw_data.split(|c| c == '\r' || c == '\n').collect(); in unmarshal() localVariable188 for line in lines { in unmarshal()
121 …server easily. You can specify to configure xiu using configuration file or from the command lines.
116 …server easily. You can specify to configure xiu using configuration file or from the command lines.