proxygen
GzipHeaderCodec.h File Reference
#include <folly/Expected.h>
#include <folly/ThreadLocal.h>
#include <folly/io/Cursor.h>
#include <folly/io/IOBuf.h>
#include <map>
#include <memory>
#include <proxygen/lib/http/codec/SPDYVersionSettings.h>
#include <proxygen/lib/http/codec/compress/HeaderCodec.h>
#include <zlib.h>

Go to the source code of this file.

Classes

class  proxygen::GzipHeaderCodec
 

Namespaces

 proxygen
 

Enumerations

enum  proxygen::GzipDecodeError : uint8_t {
  proxygen::GzipDecodeError::NONE = 0, proxygen::GzipDecodeError::BAD_ENCODING = 1, proxygen::GzipDecodeError::HEADERS_TOO_LARGE = 2, proxygen::GzipDecodeError::INFLATE_DICTIONARY = 3,
  proxygen::GzipDecodeError::EMPTY_HEADER_NAME = 4, proxygen::GzipDecodeError::EMPTY_HEADER_VALUE = 5, proxygen::GzipDecodeError::INVALID_HEADER_VALUE = 6
}