make it clear that it flags streaming response
This commit is contained in:
@@ -43,6 +43,7 @@ type Request interface {
|
||||
Method() string
|
||||
ContentType() string
|
||||
Request() interface{}
|
||||
// indicates whether the response should be streaming
|
||||
Stream() bool
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user