]> source.dussan.org Git - rspamd.git/commit
New http_router interface.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 27 Jan 2014 13:47:42 +0000 (13:47 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 27 Jan 2014 13:47:42 +0000 (13:47 +0000)
commit15b1bddab547189e5fbdcb4441b2d64e4c8f10aa
tree94048f8450c0f1213a33f11e838506ac8cd87289
parent62003d2bbe033e94b6ef36aa15973057f41e7fde
New http_router interface.

This interface is designed to emulate evhttp behaviour and route
requests among a set of functors regarding the requested path. It hides
some http_connection internals allowing to work on a pretty high level
implementing an HTTP server instance.
src/http.c
src/http.h