Skip to content

Commit b422e46

Browse files
committed
todo list stuff
1 parent 7f0cefa commit b422e46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
// - [ ] namespaces, e.g., /channels/some_namespace/some_id
1111
// - [ ] reevalute API endpoints to be more RESTish
1212
// - [ ] GET only API for browser stuff
13+
// - [ ] add diagram to README to explain what httpipe is
14+
// - [ ] rename to httq?
1315

1416
use axum::body::{Body, BodyDataStream, Bytes};
1517
use axum::extract::{Path, State};

0 commit comments

Comments
 (0)