Added request structure
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Mon, 13 Oct 2008 02:38:07 +0000 (23:38 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Mon, 13 Oct 2008 03:34:15 +0000 (00:34 -0300)
commit01b135dee457f16f9061bff489081a2b649ae85b
tree27950bac93284022b858d198acdcfe74f90339e0
parent99bb22c46e7019cdbc954017151efa871bd3b225
Added request structure

This is needed to allow the core to know about the request made to the
frontend. A request will need to represent more things besides a type
and the requested object, like the entry or data provided, in the case
of a POST or PUT, for example.
atom/Makefile.am
atom/request.c [new file with mode: 0644]
include/atompub/Makefile.am
include/atompub/atom.h
include/atompub/request.h [new file with mode: 0644]