request-header

0.1.4 • Public • Published

request-header

Install

npm install request-header

Example

var myHead = require("request-header");
myHead.host = "www.google.com:80";
myHead.connection = "close";
myHead.method = "GET"
myHead.custom = "Mycustom: header-field";
console.log(myHead.header());

/request-header/

    Package Sidebar

    Install

    npm i request-header

    Weekly Downloads

    1

    Version

    0.1.4

    License

    MIT

    Last publish

    Collaborators

    • roecrew