Skip to content

Commit

Permalink
readme, todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
ckampfe committed Feb 3, 2025
1 parent 77e011b commit 83c4ba1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,14 @@ $ curl -XPOST -H "Content-Type: application/json" http://localhost:3000/pubsub/5
Usage: httpipe [OPTIONS]
Options:
-p, --port <PORT> [env: PORT=] [default: 3000]
-r, --request-timeout <REQUEST_TIMEOUT> [env: REQUEST_TIMEOUT=]
-h, --help Print help
-p, --port <PORT>
the port to bind the server to [env: PORT=] [default: 3000]
-r, --request-timeout <REQUEST_TIMEOUT>
the maximum request timeout, in seconds [env: REQUEST_TIMEOUT=]
-a, --autovivify
create named channels and pubsubs when they are first requested [env: AUTOVIVIFY=]
-h, --help
Print help
```

## Credit
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// - [x] option to autovivify channels
// - [x] option to autivivify pubsubs
// - [x] option on startup whether to allow autovivify or not
// - [ ] update README for autovivify
// - [ ] namespaces, e.g., /channels/some_namespace/some_id
// - [ ] reevalute API endpoints to be more RESTish
// - [ ] GET only API for browser stuff
Expand Down

0 comments on commit 83c4ba1

Please sign in to comment.