Lines Matching refs:from
189 pseudo.authority = Some(String::from("authority"));
205 pseudo.authority = Some(String::from("authority"));
221 pseudo.set_authority(Some(String::from("authority")));
241 pseudo.authority = Some(String::from("authority"));
242 assert_eq!(pseudo.take_authority(), Some(String::from("authority")));
258 pseudo.method = Some(String::from("method"));
274 pseudo.method = Some(String::from("method"));
289 pseudo.set_method(Some(String::from("method")));
308 pseudo.method = Some(String::from("method"));
309 assert_eq!(pseudo.take_method(), Some(String::from("method")));
324 pseudo.path = Some(String::from("path"));
340 pseudo.path = Some(String::from("path"));
355 pseudo.set_path(Some(String::from("path")));
374 pseudo.path = Some(String::from("path"));
375 assert_eq!(pseudo.take_path(), Some(String::from("path")));
391 pseudo.scheme = Some(String::from("scheme"));
407 pseudo.scheme = Some(String::from("scheme"));
422 pseudo.set_scheme(Some(String::from("scheme")));
441 pseudo.scheme = Some(String::from("scheme"));
442 assert_eq!(pseudo.take_scheme(), Some(String::from("scheme")));
458 pseudo.status = Some(String::from("status"));
474 pseudo.status = Some(String::from("status"));
489 pseudo.set_status(Some(String::from("status")));
508 pseudo.status = Some(String::from("status"));
509 assert_eq!(pseudo.take_status(), Some(String::from("status")));