Searched defs:document_root (Results 1 – 3 of 3) sorted by relevance
88 TestServer::TestServer(Type type, const FilePath& document_root) in TestServer()95 const FilePath& document_root) in TestServer()260 void TestServer::Init(const FilePath& document_root) { in Init()
116 const FilePath& document_root() const { return document_root_; } in document_root() function
182 def _get_virtual_host_config(self, document_root, port, ssl=False): argument