Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LogIndividualTransfers = parseBool(os.Getenv("LOG_TRANSFERS"))
LogIndividualTransfers is set to the boolean value of the LOG_TRANSFERS environment variable.
View Source
var Version string
Version is the version number of swift-http-import.
Functions ¶
Types ¶
type FullReader ¶
type FullReader struct {
Base io.ReadCloser
}
FullReader is an io.ReadCloser whose Read() implementation always fills the read buffer as much as possible by calling Base.Read() repeatedly.
func (*FullReader) Close ¶
func (r *FullReader) Close() error
Close implements the io.Reader interface.
Click to show internal directories.
Click to hide internal directories.