Re: [Libevent-users] patch for https

2011-05-14 Thread Zulfiqer Sekender
Hi Nick, I understand that https feature will be available in 2.1 series. When 2.1 series will be released? Please, let us know. Thanks. - Zulfiqer From: Nick Mathewson To: libevent-us...@freehaven.net Sent: Fri, May 6, 2011 12:11:28 PM Subject: Re: [Libeven

[Libevent-users] libevhtp beginnings API

2011-05-14 Thread Mark Ellzey
I have created a new project called libevhtp, a server-only replacement for the current libevent http API. The API utilizes a streaming http parser, which allows me to hook into a lot of places. You can treat the API just like you would normal evhttp_* calls, but instead use evhtp_*. The flexibil