1 Repo
Interfaces that expose file management and retrieval capabilities via standard HTTP protocols.
Distinct from HTTP Clients: None of the candidates cover a server-side storage interface exposed via HTTP; they focus on clients or specific response formats.
Explore 1 awesome GitHub repository matching data & databases · HTTP Storage Interfaces. Refine with filters or upvote what's useful.
go-fastdfs is a distributed file system and object storage server designed for building private cloud storage. It provides a FastDFS compatible storage implementation that manages clusters of storage nodes to handle large-scale file uploads and downloads. The system focuses on high availability through a decentralized architecture that automatically synchronizes data and repairs failures across multiple machines without a central coordinator. It specifically supports resumable file storage via HTTP, allowing large transfers to be paused and resumed from the last successful byte to handle netw
Exposes file management and retrieval capabilities through standard web protocols for client-agnostic access.