mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
This contains all the glue to make Server use the new repo.Handler: - Remove all old handlers - Add ServeHTTP to make Server a single http.Handler - Remove Goji routing and replace by net/http and custom routing logic Additionally, this implements two-level backup repositories.