async.net.http.HttpHeader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of async Show documentation
Show all versions of async Show documentation
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