Module object_store::http
source · Expand description
An object store implementation for generic HTTP servers
This follows rfc2518 commonly known as WebDAV
Basic get support will work out of the box with most HTTP servers, even those that don’t explicitly support rfc2518
Other operations such as list, delete, copy, etc… will likely require server-side configuration. A list of HTTP servers with support can be found here
Multipart uploads are not currently supported
Structs§
- Configure a connection to a generic HTTP server
- An
ObjectStore
implementation for generic HTTP servers