Re: [Libevent-users] https support within libevent

2011-08-30 Thread Graham Leggett
On 30 Aug 2011, at 11:54 PM, Nick Mathewson wrote: Folks have submitted patches, and I commented on the patches to suggest revisions, and they never revised. I can try to look more closely in the future. I did find this mentioned previously: http://sourceforge.net/tracker/?func=detail&aid=303

[Libevent-users] https support within libevent

2011-08-30 Thread Graham Leggett
Hi all, I have seen mention of support for https from within libevent, but I'm struggling to find details of where to find it. Is there any example code anywhere to show how one might support such a thing? Regards, Graham -- *

[Libevent-users] Up to date documentation for libevent

2011-01-21 Thread Graham Leggett
Hi all, I am interested in finding details of the new http SSL API in libevent, however the documentation on the website below is for v2.0.1- alpha, while the latest version of libevent is v2.0.10: http://monkey.org/~provos/libevent/doxygen-2.0.1/ Are there doxygen docs available anywhere f

[Libevent-users] SSL support in evhttp.h

2010-07-28 Thread Graham Leggett
Hi all, Is SSL support planned for the event driven http server described in evhttp.h? Regards, Graham -- *** To unsubscribe, send an e-mail to majord...@freehaven.net with unsubscribe libevent-usersin the body.

[Libevent-users] evhttpd_cmd_type and support for other HTTP methods

2010-04-06 Thread Graham Leggett
Hi all, I need to implement the OPTIONS method in a small evhttp based webserver, and have discovered that the API only allows me to receive GET, HEAD and POST requests. Is there a way to receive a method outside of this set such as OPTIONS? Regards, Graham --