| |
|
| java.lang.Object net.matuschek.http.HttpConstants
HttpConstants | public class HttpConstants (Code) | | Constants for HTTP
author: Daniel Matuschek version: $Revision: 1.4 $ |
GET | final public static int GET(Code) | | HTTP GET request *
|
HEAD | final public static int HEAD(Code) | | HTTP HEAD request *
|
HTTP_FOUND | final public static int HTTP_FOUND(Code) | | |
HTTP_MOVEDPERMANENTLY | final public static int HTTP_MOVEDPERMANENTLY(Code) | | |
HTTP_NOTFOUND | final public static int HTTP_NOTFOUND(Code) | | |
HTTP_NOTMODIFIED | final public static int HTTP_NOTMODIFIED(Code) | | |
HTTP_OK | final public static int HTTP_OK(Code) | | |
HTTP_UNAUTHORIZED | final public static int HTTP_UNAUTHORIZED(Code) | | |
POST | final public static int POST(Code) | | HTTP POST request *
|
|
|
|