Home | History | Annotate | Download | only in http

Lines Matching full:httpget

34 import org.apache.http.client.methods.HttpGet;
76 new HttpGet("https://localhost:" + server.getPort() + "/foo"));
121 HttpGet request = new HttpGet("http://android.com/foo");
166 HttpGet request = new HttpGet("https://android.com/foo");
197 HttpGet request = new HttpGet("http://origin.foo/bar");
213 HttpGet request = new HttpGet(server.getUrl("/bar").toURI());
229 HttpGet request = new HttpGet("http://android.com/foo");