3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/lib_http_client/HCCompressionLevel.h"
7#include "mc/external/lib_http_client/http_stl_allocator.h"
9namespace xbox::httpclient {
Definition http_stl_allocator.h:6
Definition Compression.h:11
static MCAPI void CompressToGzip(uchar *, uint64, ::HCCompressionLevel, ::std::vector< uchar, ::http_stl_allocator< uchar > > &)
static MCAPI bool Available()
static MCAPI void DecompressFromGzip(uchar *, uint64, ::std::vector< uchar, ::http_stl_allocator< uchar > > &)