Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h116 HTTP_DELETE, /* DELETE command, waiting for blank line */ enumerator
H A Dhttp.c804 return (http_send(http, HTTP_DELETE, uri)); in httpDelete()