The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-http-url.parse-auth.js @ 6f043940

History | View | Annotate | Download (1.79 KB)

# Date Author Comment
f116e17a 02/20/2012 11:24 AM Ben Noordhuis

test: update HTTP basic auth test

Verify that URL-encoded entities are properly encoded into the Authorization
header.

216570b5 10/22/2011 01:14 AM seebees

Lint

005d607a 10/22/2011 01:14 AM seebees

http.request(url.parse(x))

http2.js

protocols object to store defaults for http and https, and use as a switch for supported protocols.
options.hostname > options.host > 'localhost'
if I have an options.auth element and I do not have an Authorization header, I do basic auth....