1
0
Fork 0
codeberg-forgejo/modules/public
wxiaoguang a94a8d0ab1
Use standard HTTP library to serve files (#24693)
`http.ServeFile/ServeContent` handles `If-xxx`, `Content-Length`,
`Range` and `Etag` correctly

After this PR, storage files (eg: avatar) could be responded with
correct Content-Length.
2023-05-13 16:04:57 +02:00
..
mime_types.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
public.go Use standard HTTP library to serve files (#24693) 2023-05-13 16:04:57 +02:00
public_bindata.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
public_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
serve_dynamic.go Use a general approach to access custom/static/builtin assets (#24022) 2023-04-12 18:16:45 +08:00
serve_static.go Use a general approach to access custom/static/builtin assets (#24022) 2023-04-12 18:16:45 +08:00