MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / MountPointEntry

Class MountPointEntry

examples/server/httplib.h:907–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

905 std::atomic<bool> done_{false};
906
907 struct MountPointEntry {
908 std::string mount_point;
909 std::string base_dir;
910 Headers headers;
911 };
912 std::vector<MountPointEntry> base_dirs_;
913 std::map<std::string, std::string> file_extension_and_mimetype_map_;
914 std::string default_file_mimetype_ = "application/octet-stream";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected