Skip to content

Commit 83c4ba1

Browse files
committed
readme, todo list
1 parent 77e011b commit 83c4ba1

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,14 @@ $ curl -XPOST -H "Content-Type: application/json" http://localhost:3000/pubsub/5
116116
Usage: httpipe [OPTIONS]
117117
118118
Options:
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

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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

0 commit comments

Comments
 (0)