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

Function httpPost

cups/http.c:1865–1870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1863 */
1864
1865int /* O - Status of call (0 = success) */
1866httpPost(http_t *http, /* I - HTTP connection */
1867 const char *uri) /* I - URI for post */
1868{
1869 return (http_send(http, HTTP_STATE_POST, uri));
1870}
1871
1872
1873/*

Callers 1

cupsSendRequestFunction · 0.85

Calls 1

http_sendFunction · 0.85

Tested by

no test coverage detected