Clear current configuration for ibrowse and load from the file
ibrowse.conf in the IBROWSE_EBIN/../priv directory. Current
configuration is cleared only if the ibrowse.conf file is readable
@@ -156,7 +162,7 @@ send_req/4, send_req/5, send_req/6.
Same as send_req/4.
For a description of SSL Options, look in the ssl manpage. If the
HTTP Version to use is not specified, the default is 1.1.
-
@@ -235,31 +270,31 @@ send_req/4, send_req/5, send_req/6.
-
send_req_direct() -> term()
+
send_req_direct(Conn_pid, Url, Headers, Method) -> any()
Same as send_req/3 except that the first argument is the PID
returned by spawn_worker_process/2 or spawn_link_worker_process/2
-
send_req_direct() -> term()
+
send_req_direct(Conn_pid, Url, Headers, Method, Body) -> any()
Same as send_req/4 except that the first argument is the PID
returned by spawn_worker_process/2 or spawn_link_worker_process/2
-
send_req_direct() -> term()
+
send_req_direct(Conn_pid, Url, Headers, Method, Body, Options) -> any()
Same as send_req/5 except that the first argument is the PID
returned by spawn_worker_process/2 or spawn_link_worker_process/2
-
send_req_direct() -> term()
+
send_req_direct(Conn_pid, Url, Headers, Method, Body, Options, Timeout) -> any()
Same as send_req/6 except that the first argument is the PID
returned by spawn_worker_process/2 or spawn_link_worker_process/2
-
set_dest() -> term()
+
set_dest(Host, Port, T) -> any()
Deprecated. Use set_max_sessions/3 and set_max_pipeline_size/3
for achieving the same effect.
@@ -275,7 +310,7 @@ send_req/4, send_req/5, send_req/6.
-
show_dest_status() -> term()
+
show_dest_status(Host, Port) -> any()
Shows some internal information about load balancing to a
specified Host:Port. Info about workers spawned using
spawn_worker_process/2 or spawn_link_worker_process/2 is not
@@ -283,7 +318,7 @@ send_req/4, send_req/5, send_req/6.
-
spawn_link_worker_process() -> term()
+
spawn_link_worker_process(Host, Port) -> any()
Same as spawn_worker_process/2 except the the calling process
is linked to the worker process which is spawned.
@@ -305,7 +340,7 @@ send_req/4, send_req/5, send_req/6.
-
start() -> term()
+
start() -> any()
Starts the ibrowse process without linking. Useful when testing using the shell
@@ -315,7 +350,7 @@ send_req/4, send_req/5, send_req/6.
-
stop() -> term()
+
stop() -> any()
Stop the ibrowse process. Useful when testing using the shell.
@@ -327,28 +362,28 @@ send_req/4, send_req/5, send_req/6.
-
terminate() -> term()
+
terminate(Reason, State) -> any()
-
trace_off() -> term()
+
trace_off() -> any()
Turn tracing off for the ibrowse process
-
trace_off(Host, Port) -> term()
+
trace_off(Host, Port) -> ok
Turn tracing OFF for all connections to the specified HTTP
server.
-
trace_on() -> term()
+
trace_on() -> any()
Turn tracing on for the ibrowse process
-
trace_on(Host, Port) -> term()
+
trace_on(Host, Port) -> ok
- Host = string()
- Port = integer()
@@ -357,6 +392,6 @@ send_req/4, send_req/5, send_req/6.
-
Generated by EDoc, Mar 27 2008, 01:20:55.
+
Generated by EDoc, Jun 30 2009, 23:44:01.