kore/includes
Joris Vink a603b77e24 Add PUT/DELETE/HEAD methods (finally).
This commit renames certain POST centric variable and configuration
naming to the correct HTTP body stuff.

API changes include http_postbody_text() and http_postbody_bytes() to
have become http_body_text() and http_body_bytes().

The developer is still responsible for validating the method their
page handler is called with. Hopefully this becomes a configuration
option soon enough.
2014-10-08 11:03:14 +02:00
..
http.h Add PUT/DELETE/HEAD methods (finally). 2014-10-08 11:03:14 +02:00
kore.h Allow applications to create new connections in our event loop. 2014-09-17 08:25:45 +02:00
pgsql.h Add kore_pgsql_getlength() which will return length of a column. 2014-09-28 23:03:49 +02:00
spdy.h Another round of spdy/3.1 improvements. 2014-08-10 18:18:27 +02:00
tasks.h Attach tasks/pgsqls to http_requests once more. 2014-08-14 22:05:34 +02:00