| Trees | Indices | Help |
|
|---|
|
|
| Classes | |
|
Path A path is a sequence of segments. |
|
|
Reference A common URI reference is made of five components: |
|
| Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Function Details |
Decodes a query as defined by the "application/x-www-form-urlencoded" content type. The value expected is a byte string like "a=1&b=2"; the value returned is a dictonary like {'a': 1, 'b': 2}. See http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.13.4.1 for details. |
This method encodes a query as defined by the "application/x-www-form-urlencoded" content type (see http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.13.4.1 for details) The value expected is a dictonary like {'a': 1, 'b': 2}. The value returned is a byte string like "a=1&b=2". |
Get the host from the authority. The format of the authority is: [userinfo@]host[:port] |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Mar 3 11:23:40 2010 | http://epydoc.sourceforge.net |