comparison OrthancFramework/Sources/HttpServer/FilesystemHttpSender.h @ 5406:aaf7c49a9ddc am-http-compression

tentative to implement smart HTTP compression with detection of transfer syntax
author Alain Mazy <am@osimis.io>
date Sat, 04 Nov 2023 13:42:30 +0100
parents 0ea402b4d901
children
comparison
equal deleted inserted replaced
5405:62bb63346185 5406:aaf7c49a9ddc
46 explicit FilesystemHttpSender(const boost::filesystem::path& path) ORTHANC_LOCAL; 46 explicit FilesystemHttpSender(const boost::filesystem::path& path) ORTHANC_LOCAL;
47 47
48 FilesystemHttpSender(const std::string& path, 48 FilesystemHttpSender(const std::string& path,
49 MimeType contentType); 49 MimeType contentType);
50 50
51 FilesystemHttpSender(const std::string& path,
52 MimeType contentType,
53 ContentCompression contentCompression);
54
51 FilesystemHttpSender(const FilesystemStorage& storage, 55 FilesystemHttpSender(const FilesystemStorage& storage,
52 const std::string& uuid); 56 const std::string& uuid);
53 57
54 /** 58 /**
55 * Implementation of the IHttpStreamAnswer interface. 59 * Implementation of the IHttpStreamAnswer interface.