On Sat, Jul 10, 2010 at 4:05 AM, Bobby Powers wrote:
> this allows you to register callbacks with paths like "/artist*".
>
> based on the patch here:
> http://www.mail-archive.com/libevent-us...@monkey.org/msg00985.html
Neat!
There's a tracker entry for this feature request on the sourceforge
tr
On Wed, Jul 14, 2010 at 8:43 AM, Pavel Plesov wrote:
> This patch introduces evhttp_uri_* functions to deal with URI parsing.
>
> See evhttp_uri_parse(), evhttp_uri_clear() and evhttp_uri_join() for details.
>
> Patch is made against Nick's master branch @ github
>
Thanks for the patch, Pavel!
C
This patch introduces evhttp_uri_* functions to deal with URI parsing.
See evhttp_uri_parse(), evhttp_uri_clear() and evhttp_uri_join() for details.
Patch is made against Nick's master branch @ github
---
http.c | 139 ++
include/ev