HomeSort by relevance Sort by last modified time
    Searched defs:httppost (Results 1 - 4 of 4) sorted by null

  /external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
GetAndPostIntegrationTest.java 50 import org.apache.http.client.methods.HttpPost;
116 HttpPost httppost = new HttpPost("http://localhost:8192/"); local
120 httppost.setEntity(new UrlEncodedFormEntity(postParameters));
123 String responseBody = this.httpclient.execute(httppost, responseHandler);
132 HttpPost httppost = new HttpPost("http://localhost:8192/"); local
136 httppost.setEntity(reqEntity)
148 HttpPost httppost = new HttpPost("http:\/\/localhost:8192\/"); local
170 HttpPost httppost = new HttpPost("http:\/\/localhost:8192\/chin"); local
    [all...]
  /external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/
TestNanolets.java 48 import org.apache.http.client.methods.HttpPost;
118 HttpPost httppost = new HttpPost("http://localhost:9090/user/blabla"); local
119 response = httpclient.execute(httppost);
  /external/curl/src/
tool_cfgable.h 150 struct curl_httppost *httppost; member in struct:OperationConfig
  /external/curl/lib/
urldata.h 1546 struct curl_httppost *httppost; \/* linked list of POST data *\/ member in struct:UserDefined
    [all...]

Completed in 430 milliseconds