We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0cefa commit b422e46Copy full SHA for b422e46
src/main.rs
@@ -10,6 +10,8 @@
10
// - [ ] namespaces, e.g., /channels/some_namespace/some_id
11
// - [ ] reevalute API endpoints to be more RESTish
12
// - [ ] GET only API for browser stuff
13
+// - [ ] add diagram to README to explain what httpipe is
14
+// - [ ] rename to httq?
15
16
use axum::body::{Body, BodyDataStream, Bytes};
17
use axum::extract::{Path, State};
0 commit comments