doc refactor: https
authorisaacs <i@izs.me>
Mon, 27 Feb 2012 19:09:34 +0000 (11:09 -0800)
committerisaacs <i@izs.me>
Thu, 1 Mar 2012 00:04:52 +0000 (16:04 -0800)
doc/api/https.markdown

index 0c01934..1216ccd 100644 (file)
@@ -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.
@@ -152,7 +152,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.