Diffusion C API  6.10.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
add_request_handler_params_s Struct Reference

Structure supplied when issuing a add_request_handler() call. More...

Data Fields

const char * path
 The request path to set a handler to.
 
DIFFUSION_REQUEST_HANDLER_Trequest_handler
 Request handler.
 
char ** session_properties
 The session properties.
 
DISCARD_HANDLER_T on_discard
 Callback to handle. Can be NULL.
 
void * context
 User supplied context. Can be NULL.
 

Detailed Description

Structure supplied when issuing a add_request_handler() call.


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