From b422e462f7a2e37018f5b77c212f99703dbd2f42 Mon Sep 17 00:00:00 2001 From: Clark Kampfe Date: Sun, 2 Feb 2025 23:28:57 -0600 Subject: [PATCH] todo list stuff --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index 1813d12..0ea011b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -10,6 +10,8 @@ // - [ ] namespaces, e.g., /channels/some_namespace/some_id // - [ ] reevalute API endpoints to be more RESTish // - [ ] GET only API for browser stuff +// - [ ] add diagram to README to explain what httpipe is +// - [ ] rename to httq? use axum::body::{Body, BodyDataStream, Bytes}; use axum::extract::{Path, State};