wenjie af3654373e 改版前提交 1 year ago
..
History.md af3654373e 改版前提交 1 year ago
LICENSE.txt af3654373e 改版前提交 1 year ago
README.md af3654373e 改版前提交 1 year ago
index.js af3654373e 改版前提交 1 year ago
package.json af3654373e 改版前提交 1 year ago

README.md

default-user-agent

NPM version build status Test coverage Gittip David deps npm download

Default user agent string for Node.js http request

Install

$ npm install default-user-agent

Usage

var ua = require('default-user-agent');

// darwin
console.log(ua()); // 'Node.js/0.11.15 (OS X Yosemite; x64)'
console.log(ua('urllib', '0.0.1')); // 'urllib/0.0.1 Node.js/0.11.15 (OS X Yosemite; x64)'

// linux
// 'Node.js/0.11.15 (Linux 3.13; x64)'

License

MIT