Versions in this module Expand all Collapse all v0 v0.0.1 Feb 19, 2025 Changes in this version + type GinResponseWriter struct + 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