Searched refs:evhttp_request_get_command (Results 1 – 10 of 10) sorted by relevance
141 switch (evhttp_request_get_command(req)) { in dump_request_cb()195 if (evhttp_request_get_command(req) != EVHTTP_REQ_GET) { in send_document_cb()
825 enum evhttp_cmd_type evhttp_request_get_command(const struct evhttp_request *req);
791 if (evhttp_request_get_command(req) != EVHTTP_REQ_DELETE) { in http_delete_cb()2033 if (evhttp_request_get_command(req) != EVHTTP_REQ_POST) { in http_post_cb()2150 if (evhttp_request_get_command(req) != EVHTTP_REQ_PUT) { in http_put_cb()
4177 evhttp_request_get_command(const struct evhttp_request *req) { in evhttp_request_get_command() function
427 …o Add evhttp_request_get_command so code can tell GET from POST without peeking at the struct. (49…