SendStream sets response body stream and optional body size.
(stream io.Reader, size ...int)
| 135 | SendString(body string) error |
| 136 | // SendStream sets response body stream and optional body size. |
| 137 | SendStream(stream io.Reader, size ...int) error |
| 138 | // SendStreamWriter sets response body stream writer |
| 139 | SendStreamWriter(streamWriter func(*bufio.Writer)) error |
| 140 | // Set sets the response's HTTP header field to the specified key, value. |
no outgoing calls