File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -116,9 +116,14 @@ $ curl -XPOST -H "Content-Type: application/json" http://localhost:3000/pubsub/5
116116Usage: httpipe [OPTIONS]
117117
118118Options:
119- -p, --port <PORT> [env: PORT=] [default: 3000]
120- -r, --request-timeout <REQUEST_TIMEOUT> [env: REQUEST_TIMEOUT=]
121- -h, --help Print help
119+ -p, --port <PORT>
120+ the port to bind the server to [env: PORT=] [default: 3000]
121+ -r, --request-timeout <REQUEST_TIMEOUT>
122+ the maximum request timeout, in seconds [env: REQUEST_TIMEOUT=]
123+ -a, --autovivify
124+ create named channels and pubsubs when they are first requested [env: AUTOVIVIFY=]
125+ -h, --help
126+ Print help
122127```
123128
124129## Credit
Original file line number Diff line number Diff line change 55// - [x] option to autovivify channels
66// - [x] option to autivivify pubsubs
77// - [x] option on startup whether to allow autovivify or not
8+ // - [ ] update README for autovivify
89// - [ ] namespaces, e.g., /channels/some_namespace/some_id
910// - [ ] reevalute API endpoints to be more RESTish
1011// - [ ] GET only API for browser stuff
You can’t perform that action at this time.
0 commit comments