package
0.0.0-20240902131043-367aeb508300
Repository: https://github.com/vimbing/fhttp.git
Documentation: pkg.go.dev

# Packages

Package cfg holds configuration shared by the Go command and internal/testenv.
Package nettrace contains internal hooks for tracing activity in the net package.
Package profile provides a representation of github.com/google/pprof/proto/profile.proto and methods to encode/decode/merge profiles in this format.
Package race contains helper functions for manually instrumenting code for the race detector.
Package testenv provides information about what functionality is available in different testing environments run by the Go team.

# Functions

NewChunkedReader returns a new chunkedReader that translates the data read from r out of HTTP "chunked" format before returning it.
NewChunkedWriter returns a new chunkedWriter that translates writes into HTTP "chunked" format before writing them to w.

# Variables

No description provided by the author
LocalhostCert is a PEM-encoded TLS cert with SAN IPs "127.0.0.1" and "[::1]", expiring at Jan 29 16:00:00 2084 GMT.
LocalhostKey is the private key for localhostCert.

# Structs

FlushAfterChunkWriter signals from the caller of NewChunkedWriter that each chunk should be followed by a flush.