Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c115 static int http_send(http_t *http, http_state_t request,
804 return (http_send(http, HTTP_DELETE, uri)); in httpDelete()
816 return (http_send(http, HTTP_GET, uri)); in httpGet()
828 return (http_send(http, HTTP_HEAD, uri)); in httpHead()
840 return (http_send(http, HTTP_OPTIONS, uri)); in httpOptions()
854 return (http_send(http, HTTP_POST, uri)); in httpPost()
868 return (http_send(http, HTTP_PUT, uri)); in httpPut()
880 return (http_send(http, HTTP_TRACE, uri)); in httpTrace()
1980 http_send(http_t *http, /* I - HTTP data */ in http_send() function