Documentation
¶
Index ¶
- type GinResponseWriter
- func (g *GinResponseWriter) CloseNotify() <-chan bool
- func (g *GinResponseWriter) Flush()
- func (g *GinResponseWriter) Hijack() (net.Conn, *bufio.ReadWriter, error)
- func (g *GinResponseWriter) Pusher() http.Pusher
- func (g *GinResponseWriter) Size() int
- func (g *GinResponseWriter) Status() int
- func (g *GinResponseWriter) WriteHeaderNow()
- func (g *GinResponseWriter) WriteString(s string) (int, error)
- func (g *GinResponseWriter) Written() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GinResponseWriter ¶
type GinResponseWriter struct {
http.ResponseWriter
}
func (*GinResponseWriter) CloseNotify ¶
func (g *GinResponseWriter) CloseNotify() <-chan bool
func (*GinResponseWriter) Flush ¶
func (g *GinResponseWriter) Flush()
func (*GinResponseWriter) Hijack ¶
func (g *GinResponseWriter) Hijack() (net.Conn, *bufio.ReadWriter, error)
func (*GinResponseWriter) Pusher ¶
func (g *GinResponseWriter) Pusher() http.Pusher
func (*GinResponseWriter) Size ¶
func (g *GinResponseWriter) Size() int
func (*GinResponseWriter) Status ¶
func (g *GinResponseWriter) Status() int
func (*GinResponseWriter) WriteHeaderNow ¶
func (g *GinResponseWriter) WriteHeaderNow()
func (*GinResponseWriter) WriteString ¶
func (g *GinResponseWriter) WriteString(s string) (int, error)
func (*GinResponseWriter) Written ¶
func (g *GinResponseWriter) Written() bool
Click to show internal directories.
Click to hide internal directories.