HTTPStatusCodes

HTTPStatusCodes.py

Dictionary of HTTP status codes.

WebUtils.HTTPStatusCodes.htmlTableOfHTTPStatusCodes(codes=None, tableArgs='', rowArgs='style="vertical-align:top"', colArgs='', headingArgs='')

Return an HTML table with HTTP status codes.

Returns an HTML string containing all the status code information as provided by this module. It’s highly recommended that if you pass arguments to this function, that you do so by keyword.