diff options
| author | Ira Lun <sammyrosajoe@gmail.com> | 2017-08-29 20:48:06 +0100 |
|---|---|---|
| committer | Ira Lun <sammyrosajoe@gmail.com> | 2017-08-29 20:48:06 +0100 |
| commit | 1e7da61aabaeb8a3312d4e67321fcb799d4fa26a (patch) | |
| tree | 52286a28bac8d1ee961408a8002d0fabc7b80746 /docs/api | |
| parent | 753ff4edb5ecc5b7a191ff51f49b2b3c51deeea8 (diff) | |
| download | webob-1e7da61aabaeb8a3312d4e67321fcb799d4fa26a.tar.gz | |
Add AcceptCharsetInvalidHeader class, docs and tests.
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/webob.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/api/webob.txt b/docs/api/webob.txt index e80d766..cf15f08 100644 --- a/docs/api/webob.txt +++ b/docs/api/webob.txt @@ -21,6 +21,11 @@ Accept-* __contains__, __iter__, __nonzero__, __radd__, __repr__, __str__, acceptable_offers, best_match, quality +.. autoclass:: AcceptCharsetInvalidHeader + :members: parse, header_value, parsed, __init__, __add__, __bool__, + __contains__, __iter__, __nonzero__, __radd__, __repr__, __str__, + acceptable_offers, best_match, quality + .. autofunction:: create_accept_encoding_header |
