Searched refs:HTTP_STATE_POST (Results 1 – 2 of 2) sorted by relevance
203 HTTP_STATE_POST, /* POST command, waiting for blank line */ enumerator221 # define HTTP_POST HTTP_STATE_POST
1878 return (http_send(http, HTTP_STATE_POST, uri)); in httpPost()2280 http->state = HTTP_STATE_POST; in httpReadRequest()2958 case HTTP_STATE_POST : in _httpUpdate()4358 if (request == HTTP_STATE_POST || request == HTTP_STATE_PUT) in http_send()4466 http->state != HTTP_STATE_POST && in http_set_length()