Home
last modified time | relevance | path

Searched defs:httpget (Results 1 – 6 of 6) sorted by relevance

/external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/
DTestNanolets.java110 HttpGet httpget = new HttpGet("http://localhost:9090/user/blabla"); in doSomeBasicMethodTest() local
147 HttpGet httpget = new HttpGet("http://localhost:9090/test"); in doNonRouterRequest() local
159 HttpGet httpget = new HttpGet("http://localhost:9090/interface"); in doExceptionRequest() local
171 HttpGet httpget = new HttpGet("http://localhost:9090/toBeDeleted"); in doDeletedRoute() local
183 HttpGet httpget = new HttpGet("http://localhost:9090/user/help"); in doUriSelection1() local
195 HttpGet httpget = new HttpGet("http://localhost:9090/stream"); in doStreamOfData() local
239 …HttpGet httpget = new HttpGet("http://localhost:9090/general/value1/value2?param3=value3&param4=va… in doGeneralParams() local
252 HttpGet httpget = new HttpGet("http://localhost:9090/index.html"); in doIndexHandler() local
264 HttpGet httpget = new HttpGet("http://localhost:9090/photos/abc/def"); in doMissingHandler() local
/external/nanohttpd/webserver/src/test/java/fi/iki/elonen/
DTestHttpServer.java93 HttpGet httpget = new HttpGet("http://localhost:9090/xxx/yyy.html"); in doTest404() local
102 HttpGet httpget = new HttpGet("http://localhost:9090/index.xml"); in doPlugin() local
118 HttpGet httpget = new HttpGet("http://localhost:9090/testdir/test.html"); in doSomeBasicTest() local
DTestCorsHttpServerWithSingleOrigin.java110 HttpGet httpget = new HttpGet("http://localhost:9090/testdir/test.html"); in doSomeBasicTest() local
DTestCorsHttpServer.java109 HttpGet httpget = new HttpGet("http://localhost:9090/testdir/test.html"); in doSomeBasicTest() local
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
DCookieIntegrationTest.java88 HttpGet httpget = new HttpGet("http://localhost:8192/"); in testCookieSentBackToClient() local
100 HttpGet httpget = new HttpGet("http://localhost:8192/"); in testNoCookies() local
116 HttpGet httpget = new HttpGet("http://localhost:8192/"); in testServerReceivesCookiesSentFromClient() local
DGetAndPostIntegrationTest.java105 HttpGet httpget = new HttpGet("http://localhost:8192/?age=120&gender=Male"); in testGetRequestWithParameters() local
159 HttpGet httpget = new HttpGet("http://localhost:8192/"); in testSimpleGetRequest() local