diff options
| author | Ian Bicking <ianb@colorstudy.com> | 2012-04-13 17:53:43 -0500 |
|---|---|---|
| committer | Ian Bicking <ianb@colorstudy.com> | 2012-04-13 17:53:43 -0500 |
| commit | c79a4a7dda7c8cced078c938cbc5dd6bf9abee04 (patch) | |
| tree | f6146dc00144ebad73bb6b1f4a02c410c97a40db /docs/modules | |
| parent | 2f7856511edf89d6a77703469c0b552427dba75b (diff) | |
| download | webob-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.txt | 12 |
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 |
