Upload-Methoden fuer jdk.httpserver
ulrich
2021-06-07 1f2be5ade6855f331904afb9b9a9c6f2b03f1394
Readme hinzugefuegt
1 files added
32 ■■■■■ changed files
README.md 32 ●●●●● patch | view | raw | blame | history
README.md
New file
@@ -0,0 +1,32 @@
# http-up
Eine Klassenbibliothek mit Erweiterungen für Dateiuploads für die Package `jdk.httpserver`.
Dieses Paket ist eine geringfügige Abwandlung der Klasse MultipartStream
die als Teil von Apache Commons Fileupload die Lowlevel Methoden für Dateiuploads
enthält.
Aufgrund von Abhängigkeiten in dieser Klasse erfordert deren Einsatz gewöhnlich
das Einbinden der kompletten Klassenbibliotheken für Apache Commons Fileupload
und Apache Commons IO, was zu einem Umfang von 279 KB führt, obwohl
eigentlich nur die eine Klasse MulipartStream erforderlich ist.
Mit dem Herauslösen der Klasse in diese Klassenbilbiothek kann der Ressourcenbedarf
auf 21 KB verringert werdem.
## Lizenz
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.  See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License.  You may obtain a copy of the License at
      http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.