Improved HTTP performance and POST/PUT compatbility.

This commit is contained in:
FrozenCow 2011-02-15 21:00:04 +01:00
parent 51097b4f88
commit 82437d5620
4 changed files with 159 additions and 36 deletions

View file

@ -0,0 +1,6 @@
package org.dynmap.web;
public class HttpField {
public static final String contentLength = "Content-Length";
public static final String contentType = "Content-Type";
}