-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
By default, the library doesn't handle a specific port :
var uri = this.proto + '://' + this.host + this.url
Maybe change with :
var uri = this.proto + '://' + this.host + ':' + this.port + this.url;
And add a default value :
this.port = (typeof opts.port === 'string') ? opts.port : '443'
Metadata
Metadata
Assignees
Labels
No labels