<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/test/simple/test-http-url.parse-only-support-http-https-protocol.js, branch node-review</title>
<subtitle>github.com: joyent/node.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/'/>
<entry>
<title>http: better client "protocol not supported" error</title>
<updated>2014-03-28T21:05:35+00:00</updated>
<author>
<name>Nathan Rajlich</name>
<email>nathan@tootallnate.net</email>
</author>
<published>2014-03-25T20:48:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=6d15b163b090f7dd218843fdca55f874da5daead'/>
<id>6d15b163b090f7dd218843fdca55f874da5daead</id>
<content type='text'>
Include the "expected protocol" in the Error message
string, which evaluates to "http:" for the `http`
core module, and "https:" for the `https` module.

Closes #7355.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include the "expected protocol" in the Error message
string, which evaluates to "http:" for the `http`
core module, and "https:" for the `https` module.

Closes #7355.
</pre>
</div>
</content>
</entry>
<entry>
<title>http.request(url.parse(x))</title>
<updated>2011-10-22T05:14:40+00:00</updated>
<author>
<name>seebees</name>
<email>seebees@gmail.com</email>
</author>
<published>2011-10-15T00:10:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=005d607aedf57eac046834060f3f6e8f24817407'/>
<id>005d607aedf57eac046834060f3f6e8f24817407</id>
<content type='text'>
http2.js

protocols object to store defaults for http and https, and use as a switch for supported protocols.
options.hostname &gt; options.host &gt; 'localhost'
if I have an options.auth element and I do not have an Authorization header, I do basic auth.
http.request collapses to new ClientRequest since the defaults are handled by the protocol object

test-http-url.parse*

Fixes #1390

Conflicts:

	lib/http2.js
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http2.js

protocols object to store defaults for http and https, and use as a switch for supported protocols.
options.hostname &gt; options.host &gt; 'localhost'
if I have an options.auth element and I do not have an Authorization header, I do basic auth.
http.request collapses to new ClientRequest since the defaults are handled by the protocol object

test-http-url.parse*

Fixes #1390

Conflicts:

	lib/http2.js
</pre>
</div>
</content>
</entry>
</feed>
