From 23de181bdb4eae9fe769a8f20d5359cbf443e52a Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 6 Jul 2010 11:24:41 +0100 Subject: rest: add RestParam and RestParams types --- docs/reference/rest/rest-docs.sgml | 2 ++ docs/reference/rest/rest-sections.txt | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) (limited to 'docs') diff --git a/docs/reference/rest/rest-docs.sgml b/docs/reference/rest/rest-docs.sgml index 9b90b99..9069bf8 100644 --- a/docs/reference/rest/rest-docs.sgml +++ b/docs/reference/rest/rest-docs.sgml @@ -8,6 +8,8 @@ REST Proxies + + diff --git a/docs/reference/rest/rest-sections.txt b/docs/reference/rest/rest-sections.txt index d8fb8b9..0c67108 100644 --- a/docs/reference/rest/rest-sections.txt +++ b/docs/reference/rest/rest-sections.txt @@ -36,6 +36,7 @@ rest_proxy_call_add_headers_from_valist rest_proxy_call_lookup_header rest_proxy_call_remove_header rest_proxy_call_add_param +rest_proxy_call_add_param_full rest_proxy_call_add_params rest_proxy_call_add_params_from_valist rest_proxy_call_lookup_param @@ -174,3 +175,37 @@ OAUTH_PROXY_CLASS OAUTH_IS_PROXY_CLASS OAUTH_PROXY_GET_CLASS + +
+rest-params +RestParams +RestParams +RestParamsIter +rest_params_new +rest_params_free +rest_params_add +rest_params_get +rest_params_remove +rest_params_are_strings +rest_params_as_string_hash_table +rest_params_iter_init +rest_params_iter_next +
+ +
+rest-param +RestParam +RestMemoryUse +RestParam +rest_param_new_string +rest_param_new_full +rest_param_new_with_owner +rest_param_is_string +rest_param_get_name +rest_param_get_content_type +rest_param_get_file_name +rest_param_get_content +rest_param_get_content_length +rest_param_ref +rest_param_unref +
-- cgit v1.2.1