You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
options can be an object or a string. If options is a string, it is automatically parsed with url.parse().
protocol: Protocol to use. Defaults to 'http'.
url.parse() returns a protocol with trailing colons, and this is a little confusing.