Skip to content

Commit

Permalink
doc: remove duplicate set of options
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Marier authored and bnoordhuis committed Oct 30, 2012
1 parent 326bce9 commit 44dd2c3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions doc/api/https.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ Example:

The options argument has the following options

- host: IP or domain of host to make request to. Defaults to `'localhost'`.
- port: port of host to request to. Defaults to 443.
- path: Path to request. Default `'/'`.
- method: HTTP request method. Default `'GET'`.

- `host`: A domain name or IP address of the server to issue the request to.
Defaults to `'localhost'`.
- `hostname`: To support `url.parse()` `hostname` is preferred over `host`
Expand Down

0 comments on commit 44dd2c3

Please sign in to comment.