Versions in this module Expand all Collapse all v0 v0.4.0 May 15, 2018 Changes in this version + type HttpStream struct + func NewFileStream() *HttpStream + func (hs *HttpStream) Close() + func (hs *HttpStream) GetContentLen() int64 + func (hs *HttpStream) Len() uint32 + func (hs *HttpStream) Output(start, end uint32) []byte + func (hs *HttpStream) SetFileDescriptor(f *os.File, start, length uint32) + func (hs *HttpStream) SetRawHeader(h []byte) + func (hs *HttpStream) UpdateLen() + func (hs *HttpStream) Write(data []byte) + func (hs *HttpStream) WriteString(data string)