|
hpd_error_t | hpd_rest_get_timestamp (const hpd_module_t *context, char *str) |
|
hpd_error_t | hpd_rest_url_create (hpd_rest_t *rest, hpd_service_id_t *service, char **url) |
|
static rest_content_type_t | rest_media_type_to_enum (const char *haystack) |
|
static hpd_method_t | rest_method_to_method (hpd_httpd_method_t method) |
|
static hpd_error_t | rest_on_create (void **data, const hpd_module_t *context) |
|
static hpd_error_t | rest_on_destroy (void *data) |
|
static void | rest_on_free (void *data) |
|
static hpd_error_t | rest_on_parse_opt (void *data, const char *name, const char *arg) |
|
static hpd_httpd_return_t | rest_on_req_begin (hpd_httpd_t *httpd, hpd_httpd_request_t *req, void *httpd_ctx, void **req_data) |
|
static hpd_httpd_return_t | rest_on_req_body (hpd_httpd_t *ins, hpd_httpd_request_t *req, void *httpd_ctx, void **req_data, const char *chunk, size_t len) |
|
static hpd_httpd_return_t | rest_on_req_cmpl (hpd_httpd_t *ins, hpd_httpd_request_t *req, void *httpd_ctx, void **req_data) |
|
static hpd_httpd_return_t | rest_on_req_destroy (hpd_httpd_t *ins, hpd_httpd_request_t *req, void *ws_ctx, void **req_data) |
|
static hpd_httpd_return_t | rest_on_req_hdr_cmpl (hpd_httpd_t *ins, hpd_httpd_request_t *req, void *httpd_ctx, void **req_data) |
|
static hpd_httpd_return_t | rest_on_req_url_cmpl (hpd_httpd_t *ins, hpd_httpd_request_t *req, void *httpd_ctx, void **req_data) |
|
static void | rest_on_response (void *data, const hpd_response_t *res) |
|
static hpd_error_t | rest_on_start (void *data, hpd_t *hpd) |
|
static hpd_error_t | rest_on_stop (void *data, hpd_t *hpd) |
|
static hpd_error_t | rest_reply (hpd_httpd_request_t *req, enum hpd_status status, hpd_rest_req_t *rest_req, const hpd_module_t *context) |
|
static hpd_error_t | rest_reply_bad_request (hpd_httpd_request_t *req, hpd_rest_req_t *rest_req, const hpd_module_t *context) |
|
static hpd_error_t | rest_reply_devices (hpd_rest_req_t *rest_req) |
|
static hpd_error_t | rest_reply_internal_server_error (hpd_httpd_request_t *req, hpd_rest_req_t *rest_req, const hpd_module_t *context) |
|
static hpd_error_t | rest_reply_method_not_allowed (hpd_httpd_request_t *req, hpd_rest_req_t *rest_req, const hpd_module_t *context) |
|
static hpd_error_t | rest_reply_not_found (hpd_httpd_request_t *req, hpd_rest_req_t *rest_req, const hpd_module_t *context) |
|
static hpd_error_t | rest_reply_unsupported_media_type (hpd_httpd_request_t *req, hpd_rest_req_t *rest_req, const hpd_module_t *context) |
|
static hpd_error_t | rest_url_decode (hpd_rest_t *rest, const char *encoded, char **decoded) |
|
static hpd_error_t | rest_url_encode (hpd_rest_t *rest, const char *decoded, char **encoded) |
|
static hpd_error_t | rest_url_extract (hpd_rest_t *rest, const char *url, char **aid, char **did, char **sid) |
|