comparison OrthancFramework/Sources/HttpServer/HttpOutput.h @ 5469:514fd39f87a8

improved handling of X-Content-Type-Options
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 18 Dec 2023 21:06:41 +0100
parents 3206537cbb56
children 48b8dae6dc77
comparison
equal deleted inserted replaced
5468:47334eeaaa1a 5469:514fd39f87a8
62 uint64_t contentLength_; 62 uint64_t contentLength_;
63 uint64_t contentPosition_; 63 uint64_t contentPosition_;
64 bool keepAlive_; 64 bool keepAlive_;
65 unsigned int keepAliveTimeout_; 65 unsigned int keepAliveTimeout_;
66 std::list<std::string> headers_; 66 std::list<std::string> headers_;
67 bool hasXContentTypeOptions_;
67 68
68 std::string multipartBoundary_; 69 std::string multipartBoundary_;
69 std::string multipartContentType_; 70 std::string multipartContentType_;
70 71
71 void StartStreamInternal(const std::string& contentType); 72 void StartStreamInternal(const std::string& contentType);