Summary of WebUtils.Funcs

You can also browse the complete source file or the generated documentation.

def htmlEncode(what, codes=htmlCodes)
def htmlEncodeStr(s, codes=htmlCodes)
def htmlDecode(s, codes=htmlCodesReversed)
def urlEncode(s)

    class UnicodeDecodeError(Exception):
def urlDecode(s)
def htmlForDict(dict, addSpace=None, filterValueCallBack=None,
def requestURI(env)
def normURL(path)