Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h111 HTTP_POST, /* POST command, waiting for blank line */ enumerator
H A Dhttp.c854 return (http_send(http, HTTP_POST, uri)); in httpPost()
1617 case HTTP_POST : in httpUpdate()
2044 if (request == HTTP_POST || request == HTTP_PUT) in http_send()