Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RemoteAddr ¶
Types ¶
type InstrumentedResponseWriter ¶
type InstrumentedResponseWriter struct {
http.ResponseWriter
// contains filtered or unexported fields
}
func NewInstrumentedResponseWriter ¶
func NewInstrumentedResponseWriter(w http.ResponseWriter) (http.ResponseWriter, *InstrumentedResponseWriter)
func (*InstrumentedResponseWriter) Flush ¶
func (iw *InstrumentedResponseWriter) Flush()
func (*InstrumentedResponseWriter) Info ¶
func (iw *InstrumentedResponseWriter) Info() ResponseInstrumentationInfo
func (*InstrumentedResponseWriter) Write ¶
func (iw *InstrumentedResponseWriter) Write(p []byte) (int, error)
func (*InstrumentedResponseWriter) WriteHeader ¶
func (iw *InstrumentedResponseWriter) WriteHeader(status int)
Click to show internal directories.
Click to hide internal directories.