#include <gnunet_rest_lib.h>
Data Fields | |
const char * | method |
Http method to handle. More... | |
void(* | proc )(struct GNUNET_REST_RequestHandle *handle, const char *url, void *cls) |
Namespace to handle. More... | |
Definition at line 82 of file gnunet_rest_lib.h.
const char* GNUNET_REST_RequestHandler::method |
Http method to handle.
Definition at line 87 of file gnunet_rest_lib.h.
Referenced by httpdomain.httpdomain.HTTPXRefRole::__init__(), httpdomain.httpdomain.HTTPResource::add_target_and_index(), httpdomain.httpdomain.HTTPResource::handle_signature(), and httpdomain.httpdomain.HTTPXRefRole::process_link().
void(* GNUNET_REST_RequestHandler::proc) (struct GNUNET_REST_RequestHandle *handle, const char *url, void *cls) |
Namespace to handle.
callback handler
Definition at line 97 of file gnunet_rest_lib.h.
Referenced by REST_config_process_request(), REST_gns_process_request(), rest_identity_process_request(), REST_identity_process_request(), REST_namestore_process_request(), REST_openid_process_request(), and REST_reclaim_process_request().