File: client.txt

package info (click to toggle)
python-webob 1%3A1.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,664 kB
  • sloc: python: 21,344; makefile: 171
file content (12 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
:mod:`webob.client` -- Send WSGI requests over HTTP
===================================================

.. automodule:: webob.client

Client
------

.. autoclass:: SendRequest
   :members:

.. autoclass:: send_request_app