Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Merger ¶
type Merger struct {
// contains filtered or unexported fields
}
func (*Merger) AddChunk ¶
func (m *Merger) AddChunk(chunk *data.HTTPBodyChunk)
func (*Merger) DeleteChunk ¶ added in v0.1.1
func (*Merger) GetCombinedData ¶
func (m *Merger) GetCombinedData(chunk *data.HTTPBodyChunk) []byte
func (*Merger) IsComplete ¶
func (m *Merger) IsComplete(chunk *data.HTTPBodyChunk) bool
Click to show internal directories.
Click to hide internal directories.