Documentation
¶
Overview ¶
http.go - simple http client to aid in timing measurements
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChunkedStreamReader ¶
type ChunkedStreamReader struct {
// contains filtered or unexported fields
}
ChunkedStreamReader offers a streaming reader interface that accommodates arbitrary caller read sizes.
func NewChunkedStreamReader ¶
func NewChunkedStreamReader(rd *connCloser) *ChunkedStreamReader
func (*ChunkedStreamReader) Close ¶
func (c *ChunkedStreamReader) Close() error
type Client ¶
Client to handle connections and requests
Click to show internal directories.
Click to hide internal directories.