Network Services API
2.75.00.17
|
Structure containing URL Handler components. More...
#include <ti/net/http/urlhandler.h>
Data Fields | |
void * | params |
Parameters needed for URL Handler instantiation. More... | |
URLHandler_CreateFxn | create |
URL Handler Create function. More... | |
URLHandler_DeleteFxn | del |
URL Handler Delete function. More... | |
URLHandler_ProcessFxn | process |
URL Handler Process function. More... | |
URLHandler_ScanFieldFxn | scanField |
Scan field function. More... | |
void * | reserved1 |
This field is reserved - set to NULL. More... | |
Structure containing URL Handler components.
This structure contains parameters needed for setup of a user- defined URLHandler object and pointers to associated user-defined URLHandler_* functions. The created HTTP Server maintains a table of this data structure for each unique URL Handler.
void* URLHandler_Setup::params |
Parameters needed for URL Handler instantiation.
URLHandler_CreateFxn URLHandler_Setup::create |
URL Handler Create function.
URLHandler_DeleteFxn URLHandler_Setup::del |
URL Handler Delete function.
URLHandler_ProcessFxn URLHandler_Setup::process |
URL Handler Process function.
URLHandler_ScanFieldFxn URLHandler_Setup::scanField |
Scan field function.
void* URLHandler_Setup::reserved1 |
This field is reserved - set to NULL.