kore/src
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
..
accesslog.c Add PUT/DELETE/HEAD methods (finally). 2014-10-08 11:03:14 +02:00
auth.c Rename the two functions used to read/set headers. 2014-08-05 14:26:31 +02:00
bsd.c Allow applications to create new connections in our event loop. 2014-09-17 08:25:45 +02:00
buf.c Attempt vsnprintf() up to BUFSIZ in kore_buf_appendv(). 2014-08-22 14:40:19 +02:00
cli.c Write our assets.h with a fixed include guard. 2014-09-26 15:50:56 +02:00
config.c Add PUT/DELETE/HEAD methods (finally). 2014-10-08 11:03:14 +02:00
connection.c Allow applications to create new connections in our event loop. 2014-09-17 08:25:45 +02:00
domain.c Add required header for proper OpenBSD checking 2014-10-01 13:08:38 -04:00
http.c Add PUT/DELETE/HEAD methods (finally). 2014-10-08 11:03:14 +02:00
kore.c Remove kore_cb and its related settings. 2014-08-04 19:54:32 +02:00
linux.c Allow applications to create new connections in our event loop. 2014-09-17 08:25:45 +02:00
mem.c Make kore_mem_free() behave like free() and don't do anything if NULL is passed in. 2014-09-25 22:20:47 +02:00
module.c Remove kore_cb and its related settings. 2014-08-04 19:54:32 +02:00
net.c Allow applications to create new connections in our event loop. 2014-09-17 08:25:45 +02:00
pgsql.c Add PUT/DELETE/HEAD methods (finally). 2014-10-08 11:03:14 +02:00
pool.c sprinkle more const chars 2014-08-04 12:40:21 +02:00
spdy.c Add PUT/DELETE/HEAD methods (finally). 2014-10-08 11:03:14 +02:00
tasks.c Attach tasks/pgsqls to http_requests once more. 2014-08-14 22:05:34 +02:00
utils.c No need to set l here 2014-09-19 15:01:45 +02:00
validator.c sprinkle more const chars 2014-08-04 12:40:21 +02:00
worker.c No need to set now at the start, thanks clang. 2014-09-18 08:42:41 +02:00
zlib_dict.c properly deflate/inflate of name/value blocks. and add ability 2013-05-01 00:35:33 +02:00