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

prompto.internet.HttpHeader.js Maven / Gradle / Ivy

There is a newer version: 0.1.57
Show newest version
function HttpHeader(name, text) {
	this.name = name;
	this.text = text;
	return this;
}

module.exports.HttpHeader = HttpHeader;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy