Method | append |
Add a new value to the list of values for this key. |
Method | get |
Return the most recent value for a key. |
Method | getall |
Return a (possibly empty) list of values for a key. |
Method | replace |
Replace the list of values with a single value. |
Method | __contains__ |
Undocumented |
Method | __delitem__ |
Undocumented |
Method | __getitem__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | __iter__ |
Undocumented |
Method | __len__ |
Undocumented |
Method | __setitem__ |
Undocumented |
Method | allitems |
Undocumented |
Method | items |
Undocumented |
Method | keys |
Undocumented |
Method | values |
Undocumented |
Instance Variable | dict |
Undocumented |
bottle.HeaderDict
bottle.HeaderDict
Parameters | |
key | Undocumented |
default | The default value to be returned if the key is not present or the type conversion fails. |
index | An index for the list of available values. |
type | If defined, this callable is used to cast the value into a specific type. Exception are suppressed and result in the default value to be returned. |
bottle.HeaderDict
bottle.HeaderDict