Rod Hynes 8a972ef75d Use Go modules 3 éve
..
LICENSE c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
README.md c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
backward_references.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
backward_references_hq.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
bit_cost.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
bit_reader.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
block_splitter.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
block_splitter_command.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
block_splitter_distance.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
block_splitter_literal.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
brotli_bit_stream.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
cluster.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
cluster_command.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
cluster_distance.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
cluster_literal.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
command.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
compress_fragment.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
compress_fragment_two_pass.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
constants.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
context.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
decode.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
dictionary.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
dictionary_hash.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
encode.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
encoder_dict.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
entropy_encode.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
entropy_encode_static.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
fast_log.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
find_match_length.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
h10.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
h5.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
h6.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
hash.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
hash_composite.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
hash_forgetful_chain.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
hash_longest_match_quickly.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
hash_rolling.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
histogram.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
http.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
huffman.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
literal_cost.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
memory.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
metablock.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
metablock_command.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
metablock_distance.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
metablock_literal.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
params.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
platform.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
prefix.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
prefix_dec.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
quality.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
reader.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
ringbuffer.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
state.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
static_dict.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
static_dict_lut.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
symbol_list.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
transform.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
utf8_util.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
util.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
write_bits.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve
writer.go c040e4cc6c Update utls and use new TLS fingerprints and extensions 3 éve

README.md

This package is a brotli compressor and decompressor implemented in Go. It was translated from the reference implementation (https://github.com/google/brotli) with the c2go tool at https://github.com/andybalholm/c2go.

I am using it in production with https://github.com/andybalholm/redwood.

API documentation is found at https://pkg.go.dev/github.com/andybalholm/brotli?tab=doc.