Ulfius
HTTP Framework for REST Applications in C
|
Contains all informations needed for an endpoint. More...
#include <ulfius.h>
Data Fields | |
char * | http_method |
char * | url_prefix |
char * | url_format |
unsigned int | priority |
int(* | callback_function )(const struct _u_request *request, struct _u_response *response, void *user_data) |
void * | user_data |
Contains all informations needed for an endpoint.
char* _u_endpoint::http_method |
char* _u_endpoint::url_prefix |
char* _u_endpoint::url_format |
unsigned int _u_endpoint::priority |
int(* _u_endpoint::callback_function) (const struct _u_request *request, struct _u_response *response, void *user_data) |
void* _u_endpoint::user_data |