Searched refs:httpPost (Results 1 – 5 of 5) sorted by relevance
139 HttpPost httpPost = new HttpPost(); in postOverrideContentType() local140 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()
377 httpPost
708 if (httpPost(http, resource)) in cupsSendRequest()
478 extern int httpPost(http_t *http, const char *uri);
1875 httpPost(http_t *http, /* I - HTTP connection */ in httpPost() function