prompto.internet.HttpHeader.js Maven / Gradle / Ivy
function HttpHeader(name, text) {
this.name = name;
this.text = text;
return this;
}
module.exports.HttpHeader = HttpHeader;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
function HttpHeader(name, text) {
this.name = name;
this.text = text;
return this;
}
module.exports.HttpHeader = HttpHeader;