| 2745 | */ |
| 2746 | |
| 2747 | int /* O - Status of call (0 = success) */ |
| 2748 | httpTrace(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 | /* |
nothing calls this directly
no test coverage detected