MCPcopy Create free account
hub / github.com/OpenPrinting/cups / httpDelete

Function httpDelete

cups/http.c:525–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523 */
524
525int /* O - Status of call (0 = success) */
526httpDelete(http_t *http, /* I - HTTP connection */
527 const char *uri) /* I - URI to delete */
528{
529 return (http_send(http, HTTP_STATE_DELETE, uri));
530}
531
532
533/*

Callers

nothing calls this directly

Calls 1

http_sendFunction · 0.85

Tested by

no test coverage detected