synor/crates/synor-storage
Gulshan Yadav f50f77550a feat: implement incomplete gateway and network features
- Implemented Gateway HTTP request handler with method routing
  * Added handle(), handle_get(), handle_head(), handle_post(), handle_options()
  * Integrated GatewayRequest and HttpResponse types
  * Added create_upload_response() for upload functionality
- Integrated ContentRouter into StorageNetwork
  * Added router field to StorageNetwork struct
  * Added router() and router_mut() accessor methods
- Fixed dead code warnings for gateway handler components

This completes the gateway HTTP handling infrastructure and content routing.
Previously these types were defined but unused, causing dead code warnings.
2026-01-26 21:33:20 +05:30
..
benches fix: resolve compilation errors in tests and crates 2026-01-26 21:09:56 +05:30
src feat: implement incomplete gateway and network features 2026-01-26 21:33:20 +05:30
Cargo.toml fix: resolve compilation errors in tests and crates 2026-01-26 21:09:56 +05:30