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

Function httpHead

cups/http.c:1510–1516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1508 */
1509
1510int /* O - Status of call (0 = success) */
1511httpHead(http_t *http, /* I - HTTP connection */
1512 const char *uri) /* I - URI for head */
1513{
1514 DEBUG_printf(("httpHead(http=%p, uri=\"%s\")", (void *)http, uri));
1515 return (http_send(http, HTTP_STATE_HEAD, uri));
1516}
1517
1518
1519/*

Callers 1

mainFunction · 0.85

Calls 1

http_sendFunction · 0.85

Tested by 1

mainFunction · 0.68