File List

Here is a list of all documented files with brief descriptions:
include/apreq.h [code]Main header file...

Define the generic APREQ_ macros and common data structures

include/apreq_cookie.h [code]Cookies and Jars.

apreq_cookie.h describes a common server-side API for request (incoming) and response (outgoing) cookies. It aims towards compliance with the standard cookie specifications listed below

include/apreq_error.h [code]Error status codes.

Define the APREQ_ error codes

include/apreq_module.h [code]Module API
include/apreq_param.h [code]Request parsing and parameter API
include/apreq_parser.h [code]Request body parser API
include/apreq_util.h [code]Utility functions for apreq
include/apreq_version.h [code]Versioning API for libapreq

There are several different mechanisms for accessing the version. There is a string form, and a set of numbers; in addition, there are constants which can be compiled into your application, and you can query the library being used for its actual version

module/apache2/apreq_module_apache2.h [code]