diff options
| author | Marc Abramowitz <marc@marc-abramowitz.com> | 2015-04-27 16:52:56 -0700 |
|---|---|---|
| committer | Marc Abramowitz <marc@marc-abramowitz.com> | 2015-04-27 16:52:56 -0700 |
| commit | 0fe289bf2f016ab296b17e47ef2c94ec38ed025d (patch) | |
| tree | 40460a53680365b56ee9c43eb954f346da2637a2 /docs/modules/httpheaders.txt | |
| download | paste-git-0fe289bf2f016ab296b17e47ef2c94ec38ed025d.tar.gz | |
Add tests/test_httpserver.py
which contains a test for the issue in BB-4, where the WSGI environment has
strings with commas in them that don't belong.
See issue #4.
Diffstat (limited to 'docs/modules/httpheaders.txt')
| -rw-r--r-- | docs/modules/httpheaders.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/modules/httpheaders.txt b/docs/modules/httpheaders.txt new file mode 100644 index 0000000..ef5c74b --- /dev/null +++ b/docs/modules/httpheaders.txt @@ -0,0 +1,8 @@ +:mod:`paste.httpheaders` -- Manipulate HTTP Headers +=================================================== + +.. comment: + I just don't feel like documenting the items... + +.. automodule:: paste.httpheaders + :members: |
