summaryrefslogtreecommitdiff
path: root/apps/ibrowse/include/ibrowse.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ibrowse/include/ibrowse.hrl')
-rw-r--r--apps/ibrowse/include/ibrowse.hrl12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/ibrowse/include/ibrowse.hrl b/apps/ibrowse/include/ibrowse.hrl
new file mode 100644
index 00000000..ebf3bb33
--- /dev/null
+++ b/apps/ibrowse/include/ibrowse.hrl
@@ -0,0 +1,12 @@
+-ifndef(IBROWSE_HRL).
+-define(IBROWSE_HRL, "ibrowse.hrl").
+
+-record(url, {abspath, host, port, username, password, path, protocol}).
+
+-record(lb_pid, {host_port, pid}).
+
+-record(client_conn, {key, cur_pipeline_size = 0, reqs_served = 0}).
+
+-record(ibrowse_conf, {key, value}).
+
+-endif.