#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) |