mirror of
https://github.com/restic/rest-server.git
synced 2026-04-06 18:21:50 -07: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.