]> granicus.if.org Git - libevent/commit
Add evhttp_parse_query_str_flags()
authorAzat Khuzhin <a3at.mail@gmail.com>
Sat, 27 Oct 2018 14:21:35 +0000 (17:21 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Sat, 27 Oct 2018 14:59:11 +0000 (17:59 +0300)
commit26ef859aa707fda72ce530bf761d1c41a76f67b7
treea0b46476427f451749e6a5f2615c3fe558d3ab08
parentd161ec3842259f2896fc9b15a1e4d5a1ed178bb2
Add evhttp_parse_query_str_flags()

And a set of flags:
- EVHTTP_URI_QUERY_LAST
- EVHTTP_URI_QUERY_NONCONFORMANT

Fixes: #15
http.c
include/event2/http.h
test/regress_http.c