]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/HTTPRequest.hxx
SGPath: fix creating paths with permission checker.
[simgear.git] / simgear / io / HTTPRequest.hxx
index e12e6d8d9c2d16b13caa35b332b7c1cc118dbb7e..ef101b3f3e9fb8b26e55b3ac49bcea1cb17bdbac 100644 (file)
@@ -118,6 +118,8 @@ public:
     StringMap const& responseHeaders() const
         { return _responseHeaders; }
 
+    std::string responseMime() const;
+
     virtual int responseCode() const
         { return _responseStatus; }