Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decompress ¶ added in v0.6.0
func Decompress(rdr io.ReadCloser, encoding string) (io.ReadCloser, error)
Types ¶
type Multiplexer ¶
type Multiplexer struct {
// contains filtered or unexported fields
}
func NewMultiplexer ¶
func NewMultiplexer(client *axiom.Client, honeycombEndpoint string) (*Multiplexer, error)
func (*Multiplexer) ServeHTTP ¶
func (m *Multiplexer) ServeHTTP(resp http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.