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