summaryrefslogtreecommitdiff
path: root/docs/reference/rest/rest-sections.txt
blob: facc4cf5d74599fc47a1d99e91fcd26d8a57b500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<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_get_params
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>