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

Function httpPut

cups/http.c:1923–1929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1921 */
1922
1923int /* O - Status of call (0 = success) */
1924httpPut(http_t *http, /* I - HTTP connection */
1925 const char *uri) /* I - URI to put */
1926{
1927 DEBUG_printf(("httpPut(http=%p, uri=\"%s\")", (void *)http, uri));
1928 return (http_send(http, HTTP_STATE_PUT, uri));
1929}
1930
1931
1932/*

Callers 1

cupsPutFdFunction · 0.85

Calls 1

http_sendFunction · 0.85

Tested by

no test coverage detected