Support Via header, removing requirement of supporting
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / http / HttpServerUtils.java
index fc04fbfaa7cff5e01d835b20507a08e8b53678a0..46f29229b7508546c4dc127d09ceb85410305a81 100644 (file)
@@ -6,6 +6,7 @@ import java.util.Objects;
 import com.sun.net.httpserver.HttpContext;
 import com.sun.net.httpserver.HttpExchange;
 
+/** HTTP utilities on the server-side. */
 public class HttpServerUtils {
        private final static String SLASH = "/";