synor/crates/synor-storage/src
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
..
bin feat(storage): add Synor Storage L2 decentralized storage layer 2026-01-10 11:42:03 +05:30
gateway feat: implement incomplete gateway and network features 2026-01-26 21:33:20 +05:30
node feat: implement incomplete gateway and network features 2026-01-26 21:33:20 +05:30
cache.rs Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
car.rs feat(gateway): add CAR files, multi-pin redundancy, and CDN integration 2026-01-19 14:19:17 +05:30
cf.rs test: add comprehensive test suite (1,357 tests total) 2026-01-20 06:35:28 +05:30
chunker.rs chore: apply clippy auto-fixes to reduce warnings 2026-01-26 21:16:10 +05:30
cid.rs chore: apply clippy auto-fixes to reduce warnings 2026-01-26 21:16:10 +05:30
db.rs test: add comprehensive test suite (1,357 tests total) 2026-01-20 06:35:28 +05:30
deal.rs feat(storage): add Synor Storage L2 decentralized storage layer 2026-01-10 11:42:03 +05:30
erasure.rs chore: apply clippy auto-fixes to reduce warnings 2026-01-26 21:16:10 +05:30
error.rs feat(gateway): add CAR files, multi-pin redundancy, and CDN integration 2026-01-19 14:19:17 +05:30
lib.rs test: add comprehensive test suite (1,357 tests total) 2026-01-20 06:35:28 +05:30
pinning.rs chore: apply clippy auto-fixes to reduce warnings 2026-01-26 21:16:10 +05:30
proof.rs chore: apply clippy auto-fixes to reduce warnings 2026-01-26 21:16:10 +05:30
stores.rs test: add comprehensive test suite (1,357 tests total) 2026-01-20 06:35:28 +05:30