mirror of
https://github.com/restic/rest-server.git
synced 2026-09-11 06:38:46 -07:00
1f593fafaf
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.