Skip to content

Commit

Permalink
Documenting _httpsOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Mrak committed Jan 31, 2015
1 parent 14b2f74 commit 23f668c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* fixes several scope-binding issues caused by the JavaScript rewrite (sorry!)
* clarify use of `PUT` and the admin portal
* added `_httpsOptions` to pass through options to the underlying tls server.

## 0.2.10

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,8 @@ What can I do with it, you ask? Read on!
* `pfx`: pfx file contents (mutually exclusive with key/cert options)
* `watch`: filename to monitor and load as stubby's data when changes occur
* `mute`: defaults to `true`. Pass in `false` to have console output (if available)
* `_httpsOptions`: additional options to pass to the [underlying tls
server](http://nodejs.org/api/tls.html#tls_tls_createserver_options_secureconnectionlistener).
* `callback`: takes one parameter: the error message (if there is one), undefined otherwise

#### start([callback])
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stubby",
"preferGlobal": true,
"version": "0.2.10",
"version": "0.2.11",
"author": {
"name": "Eric Mrak",
"email": "mail@ericmrak.info"
Expand Down

0 comments on commit 23f668c

Please sign in to comment.