http_status_t
httpStatus(http_status_t status) /* I - HTTP status code */
http_status_t /* O - HTTP status */
http->status = (http_status_t)status;
http->expect = (http_status_t)atoi(value);
http_status_t status; /* Status of last request */
http_status_t expect; /* Expect: header */
extern const char *httpStatus(http_status_t status);
extern http_status_t httpUpdate(http_t *http);
http_status_t status;
http_to_papi_status(http_status_t status)
http_status_t status = HTTP_CONTINUE;
http_status_t status = HTTP_CONTINUE;
extern papi_status_t http_to_papi_status(http_status_t status);