Skip to content

Commit

Permalink
expose initParams
Browse files Browse the repository at this point in the history
  • Loading branch information
polotek committed Apr 22, 2012
1 parent e0534d8 commit db80bf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,8 @@ function request (uri, options, callback) {

module.exports = request

request.initParams = initParams;

request.defaults = function (options) {
var def = function (method) {
var d = function (uri, opts, callback) {
Expand Down

0 comments on commit db80bf0

Please sign in to comment.