Home
last modified time | relevance | path

Searched refs:evhttp_request_get_command (Results 1 – 3 of 3) sorted by relevance

/external/libevent/include/event2/
Dhttp.h535 enum evhttp_cmd_type evhttp_request_get_command(const struct evhttp_request *req);
/external/libevent/
Dhttp.c3634 evhttp_request_get_command(const struct evhttp_request *req) { in evhttp_request_get_command() function
DChangeLog491 …o Add evhttp_request_get_command so code can tell GET from POST without peeking at the struct. (49…