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

Function httpTrace

cups/http.c:2747–2752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2745 */
2746
2747int /* O - Status of call (0 = success) */
2748httpTrace(http_t *http, /* I - HTTP connection */
2749 const char *uri) /* I - URI for trace */
2750{
2751 return (http_send(http, HTTP_STATE_TRACE, uri));
2752}
2753
2754
2755/*

Callers

nothing calls this directly

Calls 1

http_sendFunction · 0.85

Tested by

no test coverage detected