| decodePathElement(element) |
Decodes a URL path element according to RFC3986. |
| decodeQueryElement(element) |
Decodes a URL query element according to RFC3986. |
| encodePathElement(element) |
Encodes a URL path element according to RFC3986. |
| encodeQueryElement(element) |
Encodes a URL query element according to RFC3986. |
| joinPathElements(*elements) |
Join two or more URL elements, inserting ‘/’ as needed. Note: Any leading |
| normalizeTarget(target) |
If necessary, modify target so that it ends with “/” |
| stripElementSlashes(element) |
Strip any slashes from a URL element. |
| urlencode(query[, doseq]) |
Modified version of the standard urllib.urlencode that is conforms |