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
|
<html><head>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Ftp_client" rel="Chapter" href="Ftp_client.html">
<link title="Ftp_data_endpoint" rel="Chapter" href="Ftp_data_endpoint.html">
<link title="Http_client" rel="Chapter" href="Http_client.html">
<link title="Http_client_mt" rel="Chapter" href="Http_client_mt.html">
<link title="Telnet_client" rel="Chapter" href="Telnet_client.html"><title>The Netclient Manual : Http_client.pipeline</title>
</head>
<body>
<code class="code"><span class="keyword">object</span><br>
<span class="keyword">method</span> add : <span class="constructor">Http_client</span>.http_call <span class="keywordsign">-></span> unit<br>
<span class="keyword">method</span> add_auth_handler : <span class="constructor">Http_client</span>.auth_handler <span class="keywordsign">-></span> unit<br>
<span class="keyword">method</span> add_authentication_method : <span class="constructor">Http_client</span>.basic_auth_method <span class="keywordsign">-></span> unit<br>
<span class="keyword">method</span> add_with_callback :<br>
<span class="constructor">Http_client</span>.http_call <span class="keywordsign">-></span> (<span class="constructor">Http_client</span>.http_call <span class="keywordsign">-></span> unit) <span class="keywordsign">-></span> unit<br>
<span class="keyword">method</span> avoid_proxy_for : string list <span class="keywordsign">-></span> unit<br>
<span class="keyword">method</span> connection_cache : <span class="constructor">Http_client</span>.connection_cache<br>
<span class="keyword">method</span> get_options : <span class="constructor">Http_client</span>.http_options<br>
<span class="keyword">method</span> number_of_open_connections : int<br>
<span class="keyword">method</span> number_of_open_messages : int<br>
<span class="keyword">method</span> reset : unit <span class="keywordsign">-></span> unit<br>
<span class="keyword">method</span> run : unit <span class="keywordsign">-></span> unit<br>
<span class="keyword">method</span> set_connection_cache : <span class="constructor">Http_client</span>.connection_cache <span class="keywordsign">-></span> unit<br>
<span class="keyword">method</span> set_event_system : <span class="constructor">Unixqueue</span>.event_system <span class="keywordsign">-></span> unit<br>
<span class="keyword">method</span> set_options : <span class="constructor">Http_client</span>.http_options <span class="keywordsign">-></span> unit<br>
<span class="keyword">method</span> set_proxy : string <span class="keywordsign">-></span> int <span class="keywordsign">-></span> unit<br>
<span class="keyword">method</span> set_proxy_auth : string <span class="keywordsign">-></span> string <span class="keywordsign">-></span> unit<br>
<span class="keyword">method</span> set_proxy_from_environment : unit <span class="keywordsign">-></span> unit<br>
<span class="keyword">end</span></code></body></html>
|