Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BufferPool ¶
type BufferPool struct {
// contains filtered or unexported fields
}
BufferPool is Pool of *bytes.Buffer
func (*BufferPool) Put ¶
func (p *BufferPool) Put(buf *bytes.Buffer)
Put a bytes.Buffer pointer to BufferPool
type CallBackFunc ¶
type Options ¶
type Options struct {
// contains filtered or unexported fields
}
Options struct
func NewDefaultOptions ¶
func NewDefaultOptions() Options
type Writer ¶
type Writer struct { gin.ResponseWriter // contains filtered or unexported fields }
Writer is a writer with memory buffer
func (*Writer) WriteHeader ¶
WriteHeader will write http status code
Click to show internal directories.
Click to hide internal directories.