Searched refs:evhttp_request_get_command (Results 1 – 3 of 3) sorted by relevance
535 enum evhttp_cmd_type evhttp_request_get_command(const struct evhttp_request *req);
3634 evhttp_request_get_command(const struct evhttp_request *req) { in evhttp_request_get_command() function
491 …o Add evhttp_request_get_command so code can tell GET from POST without peeking at the struct. (49…