| 1606 | */ |
| 1607 | |
| 1608 | int /* O - Status of call (0 = success) */ |
| 1609 | httpOptions(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 | /* |
no test coverage detected