From 9581233dc5134afcb30a5bb1285537de0b37efcd Mon Sep 17 00:00:00 2001 From: Antoine AMARA Date: Fri, 1 Sep 2017 15:28:12 +0200 Subject: [PATCH] doc: fix http.ClientRequest method descriptions fix documentation for methods getHeader, setHeader and removeHeader for http.ClientRequest class. The documentation said these functions can be called but they're wasn't describe into the API description yet. add parameters and general description for each methods. PR-URL: https://github.com/nodejs/node/pull/15163 Fixes: https://github.com/nodejs/node/issues/15048 Reviewed-By: James M Snell Reviewed-By: Ruben Bridgewater