Home
last modified time | relevance | path

Searched refs:httpget (Results 1 – 8 of 8) sorted by relevance

/external/nanohttpd/webserver/src/test/java/fi/iki/elonen/
DTestHttpServer.java93 HttpGet httpget = new HttpGet("http://localhost:9090/xxx/yyy.html"); in doTest404() local
94 CloseableHttpResponse response = httpclient.execute(httpget); in doTest404()
102 HttpGet httpget = new HttpGet("http://localhost:9090/index.xml"); in doPlugin() local
103 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() local
119 CloseableHttpResponse response = httpclient.execute(httpget); in doSomeBasicTest()
125 httpget = new HttpGet("http://localhost:9090/"); in doSomeBasicTest()
126 response = httpclient.execute(httpget); in doSomeBasicTest()
[all …]
DTestCorsHttpServerWithSingleOrigin.java110 HttpGet httpget = new HttpGet("http://localhost:9090/testdir/test.html"); in doSomeBasicTest() local
111 CloseableHttpResponse response = httpclient.execute(httpget); in doSomeBasicTest()
DTestCorsHttpServer.java109 HttpGet httpget = new HttpGet("http://localhost:9090/testdir/test.html"); in doSomeBasicTest() local
110 CloseableHttpResponse response = httpclient.execute(httpget); in doSomeBasicTest()
/external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/
DTestNanolets.java110 HttpGet httpget = new HttpGet("http://localhost:9090/user/blabla"); in doSomeBasicMethodTest() local
111 CloseableHttpResponse response = httpclient.execute(httpget); in doSomeBasicMethodTest()
147 HttpGet httpget = new HttpGet("http://localhost:9090/test"); in doNonRouterRequest() local
148 CloseableHttpResponse response = httpclient.execute(httpget); in doNonRouterRequest()
159 HttpGet httpget = new HttpGet("http://localhost:9090/interface"); in doExceptionRequest() local
160 CloseableHttpResponse response = httpclient.execute(httpget); in doExceptionRequest()
171 HttpGet httpget = new HttpGet("http://localhost:9090/toBeDeleted"); in doDeletedRoute() local
172 CloseableHttpResponse response = httpclient.execute(httpget); in doDeletedRoute()
183 HttpGet httpget = new HttpGet("http://localhost:9090/user/help"); in doUriSelection1() local
184 CloseableHttpResponse response = httpclient.execute(httpget); in doUriSelection1()
[all …]
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
DCookieIntegrationTest.java88 HttpGet httpget = new HttpGet("http://localhost:8192/"); in testCookieSentBackToClient() local
90 this.httpclient.execute(httpget, responseHandler); in testCookieSentBackToClient()
100 HttpGet httpget = new HttpGet("http://localhost:8192/"); in testNoCookies() local
102 this.httpclient.execute(httpget, responseHandler); in testNoCookies()
116 HttpGet httpget = new HttpGet("http://localhost:8192/"); in testServerReceivesCookiesSentFromClient() local
118 this.httpclient.execute(httpget, responseHandler); in testServerReceivesCookiesSentFromClient()
DGetAndPostIntegrationTest.java105 HttpGet httpget = new HttpGet("http://localhost:8192/?age=120&gender=Male"); in testGetRequestWithParameters() local
107 String responseBody = this.httpclient.execute(httpget, responseHandler); in testGetRequestWithParameters()
159 HttpGet httpget = new HttpGet("http://localhost:8192/"); in testSimpleGetRequest() local
161 String responseBody = this.httpclient.execute(httpget, responseHandler); in testSimpleGetRequest()
/external/curl/docs/
DHISTORY.md10 Daniel simply adopted an existing command-line open-source tool, httpget, that
/external/curl/
DCHANGES.017993 httpget http://143.54.10.6/info_logo.gif > test.gif
18002 - Wrote the initial httpget, which started all this!