Searched refs:httpget (Results 1 – 8 of 8) sorted by relevance
93 HttpGet httpget = new HttpGet("http://localhost:9090/xxx/yyy.html"); in doTest404() local94 CloseableHttpResponse response = httpclient.execute(httpget); in doTest404()102 HttpGet httpget = new HttpGet("http://localhost:9090/index.xml"); in doPlugin() local103 CloseableHttpResponse response = httpclient.execute(httpget); in doPlugin()108 httpget = new HttpGet("http://localhost:9090/testdir/testdir/different.xml"); in doPlugin()109 response = httpclient.execute(httpget); in doPlugin()118 HttpGet httpget = new HttpGet("http://localhost:9090/testdir/test.html"); in doSomeBasicTest() local119 CloseableHttpResponse response = httpclient.execute(httpget); in doSomeBasicTest()125 httpget = new HttpGet("http://localhost:9090/"); in doSomeBasicTest()126 response = httpclient.execute(httpget); in doSomeBasicTest()[all …]
110 HttpGet httpget = new HttpGet("http://localhost:9090/testdir/test.html"); in doSomeBasicTest() local111 CloseableHttpResponse response = httpclient.execute(httpget); in doSomeBasicTest()
109 HttpGet httpget = new HttpGet("http://localhost:9090/testdir/test.html"); in doSomeBasicTest() local110 CloseableHttpResponse response = httpclient.execute(httpget); in doSomeBasicTest()
110 HttpGet httpget = new HttpGet("http://localhost:9090/user/blabla"); in doSomeBasicMethodTest() local111 CloseableHttpResponse response = httpclient.execute(httpget); in doSomeBasicMethodTest()147 HttpGet httpget = new HttpGet("http://localhost:9090/test"); in doNonRouterRequest() local148 CloseableHttpResponse response = httpclient.execute(httpget); in doNonRouterRequest()159 HttpGet httpget = new HttpGet("http://localhost:9090/interface"); in doExceptionRequest() local160 CloseableHttpResponse response = httpclient.execute(httpget); in doExceptionRequest()171 HttpGet httpget = new HttpGet("http://localhost:9090/toBeDeleted"); in doDeletedRoute() local172 CloseableHttpResponse response = httpclient.execute(httpget); in doDeletedRoute()183 HttpGet httpget = new HttpGet("http://localhost:9090/user/help"); in doUriSelection1() local184 CloseableHttpResponse response = httpclient.execute(httpget); in doUriSelection1()[all …]
88 HttpGet httpget = new HttpGet("http://localhost:8192/"); in testCookieSentBackToClient() local90 this.httpclient.execute(httpget, responseHandler); in testCookieSentBackToClient()100 HttpGet httpget = new HttpGet("http://localhost:8192/"); in testNoCookies() local102 this.httpclient.execute(httpget, responseHandler); in testNoCookies()116 HttpGet httpget = new HttpGet("http://localhost:8192/"); in testServerReceivesCookiesSentFromClient() local118 this.httpclient.execute(httpget, responseHandler); in testServerReceivesCookiesSentFromClient()
105 HttpGet httpget = new HttpGet("http://localhost:8192/?age=120&gender=Male"); in testGetRequestWithParameters() local107 String responseBody = this.httpclient.execute(httpget, responseHandler); in testGetRequestWithParameters()159 HttpGet httpget = new HttpGet("http://localhost:8192/"); in testSimpleGetRequest() local161 String responseBody = this.httpclient.execute(httpget, responseHandler); in testSimpleGetRequest()
10 Daniel simply adopted an existing command-line open-source tool, httpget, that
17993 httpget http://143.54.10.6/info_logo.gif > test.gif18002 - Wrote the initial httpget, which started all this!