Support brotli content encoding

This commit is contained in:
bptato
2021-02-10 20:23:56 +01:00
parent 9a8c88eb6f
commit a3bd98c888
3 changed files with 18 additions and 6 deletions

1
html.h
View File

@@ -84,6 +84,7 @@ typedef struct {
#define CMP_GZIP 2
#define CMP_BZIP2 3
#define CMP_DEFLATE 4
#define CMP_BROTLI 5
#define ENC_7BIT 0
#define ENC_BASE64 1