Ultrakompakter HTTP Server
ulrich
7 days ago 90ccfbd7875b7f1438f8b4268010e40b2c91b645
Statuscode ergaenzt
1 files modified
4 ■■■ changed files
src/de/uhilger/neon/HttpResponder.java 4 ●●● patch | view | raw | blame | history
src/de/uhilger/neon/HttpResponder.java
@@ -45,7 +45,9 @@
  /* 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_INTERNAL_SERVER_ERROR = 500;
  /* String Konstanten */
  public static final String STR_BYTES = "bytes";
  public static final String STR_NOT_FOUND = " not found.";