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

  /external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
OkApacheClientTest.java 18 import org.apache.http.client.methods.HttpPost;
95 final HttpPost post = new HttpPost(server.getUrl("/").toURI());
108 final HttpPost post = new HttpPost(server.getUrl("/").toURI());
119 final HttpPost post = new HttpPost(server.getUrl("/").toURI());
139 HttpPost httpPost = new HttpPost();
    [all...]
  /external/libcups/cups/
http.h 477 extern int httpPost(http_t *http, const char *uri);
request.c 712 if (httpPost(http, resource))
http.c     [all...]

Completed in 95 milliseconds