diff options
| author | Ira Lun <sammyrosajoe@gmail.com> | 2017-08-29 20:39:46 +0100 |
|---|---|---|
| committer | Ira Lun <sammyrosajoe@gmail.com> | 2017-08-29 20:39:46 +0100 |
| commit | f576cc863b16b41861eda315dd630c6119599b8d (patch) | |
| tree | c058cee03cb1b182489b790f47961a74cf2b723e /docs | |
| parent | dab3c4f955c164a4f49baceee4c1cc843b1ff676 (diff) | |
| download | webob-f576cc863b16b41861eda315dd630c6119599b8d.tar.gz | |
Add AcceptCharsetValidHeader 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 b56b974..5e04314 100644 --- a/docs/api/webob.txt +++ b/docs/api/webob.txt @@ -11,6 +11,11 @@ Accept-* .. autoclass:: AcceptCharset :members: parse +.. autoclass:: AcceptCharsetValidHeader + :members: parse, header_value, parsed, __init__, __add__, __bool__, + __contains__, __iter__, __nonzero__, __radd__, __repr__, __str__, + acceptable_offers, best_match, quality + .. autofunction:: create_accept_encoding_header |
