mirror of
https://github.com/kataras/iris.git
synced 2025-12-22 12:27:02 +00:00
context.SendFile supports resume (by range). https://github.com/kataras/iris/issues/359#issuecomment-240471538
This commit is contained in:
@@ -69,7 +69,7 @@ type (
|
||||
XML(int, interface{}) error
|
||||
ServeContent(io.ReadSeeker, string, time.Time, bool) error
|
||||
ServeFile(string, bool) error
|
||||
SendFile(string, string) error
|
||||
SendFile(string, string)
|
||||
Stream(func(*bufio.Writer))
|
||||
StreamWriter(cb func(*bufio.Writer))
|
||||
StreamReader(io.Reader, int)
|
||||
|
||||
Reference in New Issue
Block a user