HTTP constants
HTTP constants.HttpConstants::CRLF = "\r\n"; HttpConstants::PROTOCOL = "HTTP/1.0"; HttpConstants::HTTP_OK = 200; HttpConstants::HTTP_OK_MESSAGE = "OK"; HttpConstants::HTTP_BAD = 400; HttpConstants::HTTP_BAD_MESSAGE = "Bad request"; HttpConstants::HTTP_FORBIDDEN = 403; HttpConstants::HTTP_FORBIDDEN_MESSAGE = "Forbidden"; HttpConstants::HTTP_UNSUPPORTED = 405; HttpConstants::HTTP_UNSUPPORTED_MESSAGE = "Method not allowed"; HttpConstants::HTTP_FILE_NOT_FOUND = 404; HttpConstants::HTTP_FILE_NOT_FOUND_MESSAGE = "Not found"; HttpConstants::HTTP_ERROR = 500; HttpConstants::HTTP_ERROR_MESSAGE = "Server Error";
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de