summaryrefslogtreecommitdiffstats
path: root/src/http.h
Commit message (Collapse)AuthorAgeFilesLines
* Rework project structure, remove trash files.Vsevolod Stakhov2014-04-211-278/+0
|
* Allow rspamd HTTP router to serve static files.Vsevolod Stakhov2014-03-301-1/+5
|
* Rework HTTP router.Vsevolod Stakhov2014-02-281-1/+7
|
* Allow to find a header in message.Vsevolod Stakhov2014-01-281-0/+7
|
* New http_router interface.Vsevolod Stakhov2014-01-271-10/+63
| | | | | | | 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.
* Implement refcount for http connection.Vsevolod Stakhov2014-01-201-2/+27
|
* Write some more HTTP headers in reply.Vsevolod Stakhov2014-01-091-1/+2
|
* Unify http code for client and server.Vsevolod Stakhov2014-01-091-29/+45
|
* Reorganize HTTP library.Vsevolod Stakhov2014-01-091-36/+38
|
* Implement http server using http_parser.Vsevolod Stakhov2014-01-081-0/+164