WEBBY - the embedded web server with many faces / objects in plain C Snapshot
Public Attributes
tagFILTER_CONTEXT Struct Reference

structure is passed to filter function as argument. More...

#include <webby.h>

Collaboration diagram for tagFILTER_CONTEXT:
Collaboration graph
[legend]

List of all members.

Public Attributes

void * connection_ctx
struct tagHTTP_FILTERfilter
size_t next_request_filter_idx
size_t next_response_filter_idx

Detailed Description

structure is passed to filter function as argument.

Definition at line 33 of file webby.h.


Member Data Documentation

Definition at line 34 of file webby.h.

per connection data data maintained for particular filter

Definition at line 35 of file webby.h.

pointer to filter instance

Definition at line 37 of file webby.h.

relative offset to next request filter

Definition at line 38 of file webby.h.


The documentation for this struct was generated from the following file: