4Suite API Documentation

Module Ft.Server.Server.Http.Status

Fields:

Fields

ERROR_DOCUMENT = "<!DOCTYPE HTML PUBLIC '-//IETF//DTD HTML 2.0//EN...me)s</A> Port %(port)s\n</ADDRESS>\n</BODY></HTML>\n"
FORBIDDEN = 403
HTTP_GONE = 410
HTTP_OK = 200
MOVED = 301
NOT_FOUND = 404
REDIRECT = 302
Responses = {100: ('Continue', ''), 101: ('Switching Protocols', ''), 102: ('Processing', ''), 200: ('OK', ''), 201: ('Created', ''), 202: ('Accepted', ''), 203: ('Non-Authoritative Information', ''), 204: ('No Content', ''), 205: ('Reset Content', ''), 206: ('Partial Content', ''), ...}