summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIra Lun <sammyrosajoe@gmail.com>2017-08-29 21:23:06 +0100
committerIra Lun <sammyrosajoe@gmail.com>2017-08-29 21:23:06 +0100
commite77caed85ebb2d7edef97257d989653fcba20963 (patch)
tree1696a490be8778f5f8ebef4ba39d8ad85ade8edc /docs
parentc021b528b25f104e1d431a1e880f6b28ba90a2f0 (diff)
downloadwebob-e77caed85ebb2d7edef97257d989653fcba20963.tar.gz
Add AcceptInvalidHeader class, docs and tests.
Diffstat (limited to 'docs')
-rw-r--r--docs/api/webob.txt5
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