From 2806c6ce28caa04809db365ceeae7e5656f443d7 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 27 Feb 2012 11:09:34 -0800 Subject: [PATCH] doc refactor: https --- doc/api/https.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/https.markdown b/doc/api/https.markdown index 34f72f9c36..01126f0303 100644 --- a/doc/api/https.markdown +++ b/doc/api/https.markdown @@ -1,9 +1,9 @@ -## HTTPS +# HTTPS HTTPS is the HTTP protocol over TLS/SSL. In Node this is implemented as a separate module. -## https.Server +## Class: https.Server This class is a subclass of `tls.Server` and emits events same as `http.Server`. See `http.Server` for more information. @@ -159,7 +159,7 @@ Example: }); -## https.Agent +## Class: https.Agent An Agent object for HTTPS similar to [http.Agent](http.html#http.Agent). See [https.request()](#https.request) for more information.