type net/http.ResponseController
8 uses
	net/http (current package)
		responsecontroller.go#L17: type ResponseController struct {
		responsecontroller.go#L38: func NewResponseController(rw ResponseWriter) *ResponseController {
		responsecontroller.go#L39: 	return &ResponseController{rw}
		responsecontroller.go#L47: func (c *ResponseController) Flush() error {
		responsecontroller.go#L66: func (c *ResponseController) Hijack() (net.Conn, *bufio.ReadWriter, error) {
		responsecontroller.go#L85: func (c *ResponseController) SetReadDeadline(deadline time.Time) error {
		responsecontroller.go#L105: func (c *ResponseController) SetWriteDeadline(deadline time.Time) error {
		responsecontroller.go#L129: func (c *ResponseController) EnableFullDuplex() error {
![]()  | 
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |