]> granicus.if.org Git - libevent/commit
Introduce absolute URI parsing helpers.
authorPavel Plesov <pavel.plesov@gmail.com>
Sun, 8 Aug 2010 12:46:39 +0000 (16:46 +0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 18 Oct 2010 18:30:29 +0000 (14:30 -0400)
commit86dd720a666aca5b95c4f913c3f705d6b7a8f17d
tree548b63df04f5181935cce73b79d66d671ef95ddf
parentf13e449b531bb14d076e28660e2d33fb6fb255ab
Introduce absolute URI parsing helpers.

See evhttp_uri_parse(), evhttp_uri_free() and evhttp_uri_join() for details.
http.c
include/event2/http.h
include/event2/http_struct.h
test/regress_http.c