README ¶ compresshttpheader this package compress a string of http headers with focus on the smalles size. Installation go get github.com/paulvollmer/go-compresshttpheader Benchmark GZIP SIZE: 338 FLATE SIZE: 201 <- compresshttpheader License Released under the MIT license. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Decode(source io.Reader) ([]byte, error) func Encode(source io.Reader) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Decode ¶ func Decode(source io.Reader) ([]byte, error) Decode HTTP Header data func Encode ¶ func Encode(source io.Reader) ([]byte, error) Encode HTTP Header data Types ¶ This section is empty. Source Files ¶ View all Source files dictionary.go header.go Directories ¶ Show internal Expand all Path Synopsis benchmark Click to show internal directories. Click to hide internal directories.