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

Function httpOptions

cups/http.c:1608–1613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1606 */
1607
1608int /* O - Status of call (0 = success) */
1609httpOptions(http_t *http, /* I - HTTP connection */
1610 const char *uri) /* I - URI for options */
1611{
1612 return (http_send(http, HTTP_STATE_OPTIONS, uri));
1613}
1614
1615
1616/*

Callers 1

http_tls_upgradeFunction · 0.85

Calls 1

http_sendFunction · 0.85

Tested by

no test coverage detected