add comments

This commit is contained in:
AJ ONeal 2020-04-28 23:00:26 -06:00
parent c2c4b5b2de
commit 508f1ce591
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
var request = require('../');
request({
url: 'https://postb.in/1588134650162-6019286897499?hello=world'
//headers: { 'user-agent': false }
//headers: { 'user-agent': 'test/1.0' }
//headers: { 'user-agent': false } // remove
//headers: { 'user-agent': 'test/1.0' } // overwrite
//userAgent: 'test/1.1' // not presently implemented
})
.then(function(resp) {