1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-22 12:27:02 +00:00
This commit is contained in:
Gerasimos Maropoulos
2016-08-17 20:16:23 +03:00
parent bef334868b
commit befa43ba2a
3 changed files with 11 additions and 14 deletions

View File

@@ -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)