depot/web
Luke Granger-Brown 0e69199569 fup: shore up serving and add tests for supported methods
We support several methods of serving assets:

* Redirect to blobstore
    - This requires the backend to support signed URLs.
      We rely on the backend to support HTTP semantics, like supporting
      Range headers.
* Serve-using-http.ServeContent
    - This requires the backend to actually be providing a io.ReadSeeker.
      net/http provides Range/If- conditional support.
* Serve-proxy
    - This is the safest and most compatible method.
      We don't support conditionals nor Range headers. This mode is unlikely
      to be suitable for multimedia, like MP3s or video.
2021-03-21 14:35:04 +00:00
..
fup fup: shore up serving and add tests for supported methods 2021-03-21 14:35:04 +00:00
int etheroute-lon01: add unifi.int 2021-01-03 03:35:24 +00:00
logged-out-int depot-wide: create logged-out.int.lukegb.com 2020-12-30 00:57:53 +00:00
quotes web/quotes: change outputHash 2021-02-07 21:56:26 +00:00
default.nix fup: init 2021-03-20 19:49:33 +00:00