Cleaned Http handling a bit.
This commit is contained in:
parent
f7c731f855
commit
630fcf7c93
11 changed files with 143 additions and 51 deletions
|
|
@ -1,8 +0,0 @@
|
|||
package org.dynmap.web;
|
||||
|
||||
public class HttpMethods {
|
||||
public static final String Get = "GET";
|
||||
public static final String Post = "POST";
|
||||
public static final String Put = "PUT";
|
||||
public static final String Delete = "DELETE";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue