make it clear that it flags streaming response
This commit is contained in:
		| @@ -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 | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user