Home
last modified time | relevance | path

Searched refs:rest_proxy_set_user_agent (Results 1 – 3 of 3) sorted by relevance

/dports/devel/librest/rest-0.8.1/rest/
H A Drest-proxy.h196 void rest_proxy_set_user_agent (RestProxy *proxy, const char *user_agent);
H A Drest-proxy.c549 rest_proxy_set_user_agent (RestProxy *proxy, in rest_proxy_set_user_agent() function
/dports/devel/librest/rest-0.8.1/tests/
H A Dproxy.c332 rest_proxy_set_user_agent (proxy, "TestSuite-1.0"); in main()