Basisklassen zum Modul jdk.httpserver
ulrich
2021-06-04 e816559e193d8710fc236ddba591352b7dafffab
src/de/uhilger/httpserver/base/handler/HttpResponder.java
@@ -1,7 +1,19 @@
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
  http-base - Extensions to jdk.httpserver
  Copyright (C) 2021  Ulrich Hilger
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU Affero General Public License as
  published by the Free Software Foundation, either version 3 of the
  License, or (at your option) any later version.
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU Affero General Public License for more details.
  You should have received a copy of the GNU Affero General Public License
  along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
package de.uhilger.httpserver.base.handler;
@@ -18,8 +30,10 @@
import java.util.Date;
/**
 *
 * @author ulli
 * Helfer zur Beantwortung von HTTP-Anfragen
 *
 * @author Ulrich Hilger
 * @version 1, 03.06.2021
 */
public class HttpResponder {