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

async.net.http.HttpHeader Maven / Gradle / Ivy

Go to download

ASync is an asynchronous library to handle asynchronous communication over sockets, console and web.

The newest version!
package async.net.http;

public interface HttpHeader {

	String CONTENT_LENGTH = "Content-Length";
	String CONTENT_TYPE = "Content-Type";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy