depot/web/fup/fuphttp
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
..
fuphttp.go fup: shore up serving and add tests for supported methods 2021-03-21 14:35:04 +00:00
fuphttp_test.go fup: shore up serving and add tests for supported methods 2021-03-21 14:35:04 +00:00