Documentation
¶
Index ¶
Constants ¶
View Source
const ( HostNameLabel = "gxapp" ModuleNameLabel = "gxmodule" ProcessNameLabel = "gxprocess" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseWriter ¶
type ResponseWriter struct {
http.ResponseWriter
Status int
Size int
}
func NewResponseWriter ¶
func NewResponseWriter(w http.ResponseWriter) *ResponseWriter
func (*ResponseWriter) Flush ¶
func (rw *ResponseWriter) Flush()
func (*ResponseWriter) Hijack ¶
func (rw *ResponseWriter) Hijack() (net.Conn, *bufio.ReadWriter, error)
func (*ResponseWriter) WriteHeader ¶
func (rw *ResponseWriter) WriteHeader(status int)
func (*ResponseWriter) Writen ¶
func (rw *ResponseWriter) Writen() bool
Click to show internal directories.
Click to hide internal directories.