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 / lib / https.js @ b0c0111b

History | View | Annotate | Download (3.13 KB)

# Date Author Comment
e43fe5c8 07/20/2012 12:51 PM Fedor Indutny

Revert "http/https: pass request to .createConnection()"

This reverts commit 53716eb0b5338999761d115fad9d392077836e63.

53716eb0 07/19/2012 05:49 PM Fedor Indutny

http/https: pass request to .createConnection()

It's useful for passing some additional options of request object to the
underlying API

1e9bcf26 03/06/2012 07:35 AM Dmitry Nizovtsev

net, http, https: add localAddress option

Binds to a local address before making the outgoing connection.

da908364 02/20/2012 03:58 PM Maciej Małecki

tls http https: don't pollute user's `options` object

0cdf85e2 02/18/2012 06:34 PM isaacs

Lint all the JavaScripts.

df0edf5f 01/08/2012 05:13 AM Maciej Małecki

https: make `https` use new `tls.connect` API

Refs #1983.

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....

bc7cfd7c 10/04/2011 02:51 PM Ben Noordhuis

http: remove legacy http library

9010f5fb 07/29/2011 07:57 PM Fedor Indutny

Add support for TLS SNI

Fixes #1411

2ed23314 07/26/2011 11:00 AM Ben Noordhuis

http: make http and http2 co-exist

http2 is currently disabled pending addition of a --use-http2 switch

2b929c7f 07/26/2011 10:59 AM Mikeal Rogers

http: http2 implementation

a2328dc7 04/25/2011 07:52 PM Mark Cavage

Add support for Unix Domain Sockets to HTTP

fixes #979.

c9b40da3 04/19/2011 02:32 PM Fedor Indutny

OpenSSL NPN in node.js

closes #926.

6d85da18 04/01/2011 08:40 PM isaacs

Closes GH-721 Set default host header properly

However, this test is failing for some quite unrelated issue.
Getting some odd "socket hangup" crashes, and only the first request
ever makes it to the server.

24f9bf41 03/22/2011 02:24 PM Ryan Dahl

expose https.Agent

55048cdf 03/14/2011 08:37 PM Ryan Dahl

Update copyright headers

448e0f43 02/08/2011 12:11 AM Ryan Dahl

tls fixes

2b03ba59 02/05/2011 05:35 AM Mikeal Rogers

http: agent takes options instead of host, port pair

8d37f80f 01/23/2011 03:02 PM Mikeal Rogers

Expose agent in http and https client.

b9574b99 01/21/2011 04:47 PM Ryan Dahl

Expose http.getAgent

db8736ad 01/21/2011 04:21 PM Ryan Dahl

Add https.get()

e65f6b4c 01/21/2011 04:13 PM Ryan Dahl

Initial pass at https client

94f8368c 01/03/2011 06:51 PM Ryan Dahl

First pass at new https server