You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
侯晓宇
0cb2601919
|
4 weeks ago | |
---|---|---|
.. | ||
History.md | 4 weeks ago | |
LICENSE.txt | 4 weeks ago | |
README.md | 4 weeks ago | |
index.js | 4 weeks ago | |
package.json | 4 weeks ago |
README.md
default-user-agent
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)'