Basisklassen zum Modul jdk.httpserver
ulrich
2021-06-03 90f2d31a8e222cfc91214f511e4840f7194e1125
src/de/uhilger/httpserver/base/handler/FileHandler.java
@@ -1,5 +1,5 @@
/*
  Proto - Ein Rumpf-Konstrukt fuer Webapps
  http-base - Extensions to jdk.httpserver
  Copyright (C) 2021  Ulrich Hilger
  This program is free software: you can redistribute it and/or modify
@@ -39,7 +39,7 @@
 * (vgl. https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests)
 *
 * @author Ulrich Hilger
 * @version 0.1, 25. März 2021
 * @version 1, 03.06.2021, (seit 25. März 2021)
 */
public class FileHandler implements HttpHandler {