make it clear that it flags streaming response

This commit is contained in:
Asim 2015-12-02 21:02:46 +00:00
parent a695e10d21
commit 96d7975052

View File

@ -43,6 +43,7 @@ type Request interface {
Method() string
ContentType() string
Request() interface{}
// indicates whether the response should be streaming
Stream() bool
}