comparison Core/Enumerations.h @ 1514:d73a2178b319

support of deflate and gzip content-types
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Aug 2015 16:43:59 +0200
parents 7962563129c9
children e9325f3ac496
comparison
equal deleted inserted replaced
1513:fe07f82d83d3 1514:d73a2178b319
323 * represents an empty uncompressed buffer. This format is 323 * represents an empty uncompressed buffer. This format is
324 * internal to Orthanc. If the 8 first bytes are skipped AND the 324 * internal to Orthanc. If the 8 first bytes are skipped AND the
325 * buffer is non-empty, the buffer is compatible with the 325 * buffer is non-empty, the buffer is compatible with the
326 * "deflate" HTTP compression. 326 * "deflate" HTTP compression.
327 **/ 327 **/
328 CompressionType_Zlib = 2 328 CompressionType_ZlibWithSize = 2
329 }; 329 };
330 330
331 enum FileContentType 331 enum FileContentType
332 { 332 {
333 // If you add a value below, insert it in "PluginStorageArea" in 333 // If you add a value below, insert it in "PluginStorageArea" in