diff options
Diffstat (limited to 'source/sv_local.h')
-rw-r--r-- | source/sv_local.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/sv_local.h b/source/sv_local.h index ad92847..bc50b1f 100644 --- a/source/sv_local.h +++ b/source/sv_local.h @@ -244,6 +244,13 @@ typedef enum { HTTP_METHOD_POST } htmethod_t; +typedef enum { + HTTP_CODING_NONE, + HTTP_CODING_GZIP, + HTTP_CODING_DEFLATE, + HTTP_CODING_UNKNOWN +} htcoding_t; + typedef struct { list_t entry; clstate_t state; |