Move Http utils to jrw.util.
[jrw.git] / src / jrw / Http.java
diff --git a/src/jrw/Http.java b/src/jrw/Http.java
deleted file mode 100644 (file)
index f71b062..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-package jrw;
-
-public class Http {
-    public static final java.nio.charset.Charset UTF8 = java.nio.charset.Charset.forName("UTF-8");
-    public static final java.nio.charset.Charset LATIN1 = java.nio.charset.Charset.forName("ISO-8859-1");
-    public static final java.nio.charset.Charset ASCII = java.nio.charset.Charset.forName("US-ASCII");
-}