Improved HTTP performance and POST/PUT compatbility.
This commit is contained in:
parent
e900aca2e0
commit
2d693b1ebf
4 changed files with 159 additions and 36 deletions
6
src/main/java/org/dynmap/web/HttpField.java
Normal file
6
src/main/java/org/dynmap/web/HttpField.java
Normal 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";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue