summaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2012-04-13 17:53:43 -0500
committerIan Bicking <ianb@colorstudy.com>2012-04-13 17:53:43 -0500
commitc79a4a7dda7c8cced078c938cbc5dd6bf9abee04 (patch)
treef6146dc00144ebad73bb6b1f4a02c410c97a40db /docs/modules
parent2f7856511edf89d6a77703469c0b552427dba75b (diff)
downloadwebob-c79a4a7dda7c8cced078c938cbc5dd6bf9abee04.tar.gz
Turned sample_request_app into a class, so you can override the connection handlers. Add urllib3 support. Make tests serialize a bit better to avoid concurrency test problems.
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/client.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/modules/client.txt b/docs/modules/client.txt
new file mode 100644
index 0000000..489bc08
--- /dev/null
+++ b/docs/modules/client.txt
@@ -0,0 +1,12 @@
+:mod:`webob.client` -- Send WSGI requests over HTTP
+===================================================
+
+.. automodule:: webob.client
+
+Client
+------
+
+.. autoclass:: SendRequest
+ :members:
+
+.. autoclass:: send_request