Amir Khan f860abb105 Update uTLS to v1.6.4 hace 1 año
..
LICENSE c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
README.md c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
backward_references.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
backward_references_hq.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
bit_cost.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
bit_reader.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
block_splitter.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
block_splitter_command.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
block_splitter_distance.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
block_splitter_literal.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
brotli_bit_stream.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
cluster.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
cluster_command.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
cluster_distance.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
cluster_literal.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
command.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
compress_fragment.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
compress_fragment_two_pass.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
constants.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
context.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
decode.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
dictionary.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
dictionary_hash.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
encode.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
encoder_dict.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
entropy_encode.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
entropy_encode_static.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
fast_log.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
find_match_length.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
h10.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
h5.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
h6.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
hash.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
hash_composite.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
hash_forgetful_chain.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
hash_longest_match_quickly.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
hash_rolling.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
histogram.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
http.go f860abb105 Update uTLS to v1.6.4 hace 1 año
huffman.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
literal_cost.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
memory.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
metablock.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
metablock_command.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
metablock_distance.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
metablock_literal.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
params.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
platform.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
prefix.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
prefix_dec.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
quality.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
reader.go 83d2135f40 Upgrade to uTLS 1.3.3 hace 2 años
ringbuffer.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
state.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
static_dict.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
static_dict_lut.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
symbol_list.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
transform.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
utf8_util.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
util.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
write_bits.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años
writer.go c040e4cc6c Update utls and use new TLS fingerprints and extensions hace 3 años

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.