All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cybergarage.http.HTML Maven / Gradle / Ivy

/******************************************************************
*
*	CyberHTTP for Java
*
*	Copyright (C) Satoshi Konno 2002-2003
*
*	File: HTML.java
*
*	Revision;
*
*	01/05/03
*		- first revision.
*	
******************************************************************/

package org.cybergarage.http;

public class HTML 
{
	public static final String CONTENT_TYPE = "text/html; charset=\"utf-8\"";
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy