summaryrefslogtreecommitdiff
path: root/docs/reference/rest/rest-sections.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/rest/rest-sections.txt')
-rw-r--r--docs/reference/rest/rest-sections.txt79
1 files changed, 79 insertions, 0 deletions
diff --git a/docs/reference/rest/rest-sections.txt b/docs/reference/rest/rest-sections.txt
new file mode 100644
index 0000000..732a271
--- /dev/null
+++ b/docs/reference/rest/rest-sections.txt
@@ -0,0 +1,79 @@
+<SECTION>
+<FILE>rest-proxy</FILE>
+<TITLE>RestProxy</TITLE>
+RestProxy
+RestProxyCallRawCallback
+rest_proxy_new
+rest_proxy_bind
+rest_proxy_call_raw_async
+rest_proxy_call_raw_async_valist
+rest_proxy_run_raw
+rest_proxy_new_call
+rest_proxy_simple_run
+<SUBSECTION Standard>
+REST_PROXY
+REST_IS_PROXY
+REST_TYPE_PROXY
+rest_proxy_get_type
+REST_PROXY_CLASS
+REST_IS_PROXY_CLASS
+REST_PROXY_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>rest-proxy-call</FILE>
+<TITLE>RestProxyCall</TITLE>
+RestProxyCall
+rest_proxy_call_set_method
+rest_proxy_call_add_header
+rest_proxy_call_add_headers
+rest_proxy_call_add_headers_from_valist
+rest_proxy_call_add_headers_from_hash
+rest_proxy_call_lookup_header
+rest_proxy_call_remove_header
+rest_proxy_call_add_param
+rest_proxy_call_add_params
+rest_proxy_call_add_params_from_valist
+rest_proxy_call_add_params_from_hash
+rest_proxy_call_lookup_param
+rest_proxy_call_remove_param
+rest_proxy_call_run
+RestProxyCallAsyncCallback
+rest_proxy_call_async
+rest_proxy_call_lookup_response_header
+rest_proxy_call_get_response_headers
+rest_proxy_call_get_payload_length
+rest_proxy_call_get_payload
+rest_proxy_call_get_status_code
+rest_proxy_call_get_response_message
+<SUBSECTION Standard>
+REST_PROXY_CALL
+REST_IS_PROXY_CALL
+REST_TYPE_PROXY_CALL
+rest_proxy_call_get_type
+REST_PROXY_CALL_CLASS
+REST_IS_PROXY_CALL_CLASS
+REST_PROXY_CALL_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>rest-xml-parser</FILE>
+<TITLE>RestXmlParser</TITLE>
+RestXmlParser
+RestXmlNode
+rest_xml_node_new
+rest_xml_node_free
+rest_xml_parser_new
+rest_xml_parser_parse_from_data
+rest_xml_node_get_attr
+rest_xml_node_find
+<SUBSECTION Standard>
+REST_XML_PARSER
+REST_IS_XML_PARSER
+REST_TYPE_XML_PARSER
+rest_xml_parser_get_type
+REST_XML_PARSER_CLASS
+REST_IS_XML_PARSER_CLASS
+REST_XML_PARSER_GET_CLASS
+</SECTION>
+