Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseWriter ¶
type ResponseWriter struct {
// contains filtered or unexported fields
}
func NewResponseWriter ¶
func NewResponseWriter(fd int) *ResponseWriter
func (*ResponseWriter) BufferLen ¶
func (w *ResponseWriter) BufferLen() int
func (*ResponseWriter) FlushBuffer ¶
func (w *ResponseWriter) FlushBuffer() error
func (*ResponseWriter) WriteHeader ¶
func (w *ResponseWriter) WriteHeader(statusCode int)
Click to show internal directories.
Click to hide internal directories.