Ultrakompakter HTTP Server
ulrich
2024-11-30 f4025a39226331d8c1c4686d2d1c73e080f9f4b3
src/de/uhilger/neon/HttpResponder.java
@@ -45,7 +45,10 @@
  /* Statuscodes */
  public static final int SC_OK = 200;
  public static final int SC_NOT_FOUND = 404;
  public static final int SC_METHOD_NOT_ALLOWED = 405;
  public static final int SC_UNPROCESSABLE_ENTITY = 422;
  public static final int SC_INTERNAL_SERVER_ERROR = 500;
  /* String Konstanten */
  public static final String STR_BYTES = "bytes";
  public static final String STR_NOT_FOUND = " not found.";