Lines Matching full:dictionary
65 The request object is a wrapper around the `WSGI environ dictionary
67 dictionary contains keys for each header, keys that describe the
79 A `dictionary-like object`_ with all the variables in the query
83 A `dictionary-like object`_ with all the variables in the request
88 A `dictionary-like object`_ with a combination of everything in
99 A simple dictionary of all the cookies.
102 A dictionary of all the headers. This is dictionary is case-insensitive.
111 .. _`dictionary-like object`: #multidict
195 'text/html')]``. There's a case-insensitive `dictionary-like
220 ``response.content_type_params`` is a dictionary of all the
308 Several parts of WebOb use a "multidict"; this is a dictionary where a