Adaptive Framework
0.9.0
|
Implementation of afw_object interface for FCGI properties. More...
#include "afw.h"
#include "afw_server_fcgi_internal.h"
#include "afw_object_impl.h"
#include "afw_object_impl_declares.h"
Go to the source code of this file.
Data Structures | |
struct | impl_self_s |
struct | impl_request_properties_iterator_s |
Macros | |
#define | AFW_IMPLEMENTATION_ID "fcgi" |
Typedefs | |
typedef struct impl_self_s | impl_self_t |
typedef struct impl_request_properties_iterator_s | impl_request_properties_iterator_t |
Implementation of afw_object interface for FCGI properties.
Definition in file afw_server_fcgi_properties_object.c.
const afw_object_t* afw_server_fcgi_internal_create_properties_object | ( | afw_server_fcgi_internal_request_t * | request, |
afw_xctx_t * | xctx | ||
) |
Create an internal fcgi request.
Definition at line 32 of file afw_server_fcgi_properties_object.c.