Home
last modified time | relevance | path

Searched refs:httpPost (Results 1 – 5 of 5) sorted by relevance

/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
DOkApacheClientTest.java139 HttpPost httpPost = new HttpPost(); in postOverrideContentType() local
140 httpPost.setURI(server.getUrl("/").toURI()); in postOverrideContentType()
141 httpPost.addHeader("Content-Type", "application/xml"); in postOverrideContentType()
142 httpPost.setEntity(new StringEntity("<yo/>")); in postOverrideContentType()
143 client.execute(httpPost); in postOverrideContentType()
/external/libcups/cups/
Dlibcups2.def377 httpPost
Drequest.c708 if (httpPost(http, resource)) in cupsSendRequest()
Dhttp.h478 extern int httpPost(http_t *http, const char *uri);
Dhttp.c1875 httpPost(http_t *http, /* I - HTTP connection */ in httpPost() function