Loading lib/rp.js +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ function rp(options) { 'PUT' : [200, 201], 'POST' : [200, 201], 'DELETE' : [200, 201] }, c = {}, i; }, c = {simple: true}, i; if (typeof options === 'string') { c.uri = options; c.method = 'GET'; Loading Loading
lib/rp.js +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ function rp(options) { 'PUT' : [200, 201], 'POST' : [200, 201], 'DELETE' : [200, 201] }, c = {}, i; }, c = {simple: true}, i; if (typeof options === 'string') { c.uri = options; c.method = 'GET'; Loading