diff options
| author | Ira Lun <sammyrosajoe@gmail.com> | 2017-08-29 21:23:06 +0100 |
|---|---|---|
| committer | Ira Lun <sammyrosajoe@gmail.com> | 2017-08-29 21:23:06 +0100 |
| commit | e77caed85ebb2d7edef97257d989653fcba20963 (patch) | |
| tree | 1696a490be8778f5f8ebef4ba39d8ad85ade8edc /docs | |
| parent | c021b528b25f104e1d431a1e880f6b28ba90a2f0 (diff) | |
| download | webob-e77caed85ebb2d7edef97257d989653fcba20963.tar.gz | |
Add AcceptInvalidHeader class, docs and tests.
Diffstat (limited to 'docs')
| -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 55d5ff9..2f3111d 100644 --- a/docs/api/webob.txt +++ b/docs/api/webob.txt @@ -22,6 +22,11 @@ Accept-* __contains__, __iter__, __nonzero__, __radd__, __repr__, __str__, accept_html, accepts_html, acceptable_offers, best_match, quality +.. autoclass:: AcceptInvalidHeader + :members: parse, header_value, parsed, __init__, __add__, __bool__, + __contains__, __iter__, __nonzero__, __radd__, __repr__, __str__, + accept_html, accepts_html, acceptable_offers, best_match, quality + .. autofunction:: create_accept_charset_header |
