This commit is contained in:
Michael Mikovsky
2026-02-16 13:50:20 -07:00
parent c9b0e6f88f
commit 01959ce440
24 changed files with 695 additions and 201 deletions
+1
View File
@@ -114,6 +114,7 @@ impl Protocol for HttpProtocol {
///
/// This is a simple implementation for testing - in production you'd
/// use a proper HTTP server.
#[allow(dead_code)]
pub struct HttpServer {
config: HttpConfig,
}