DescriptionAllow embedded_test_server to serve from multiple directories
Add a new method to EmbeddedTestServer:
ServeFilesFromDirectories(const std::vector<base::FilePath>& dirs)
According to the order in dirs, the first matched file would be served.
TEST=net_unittests --gtest_filter='EmbeddedTestServerTest.*'
Patch Set 1 #Patch Set 2 : rebase #Patch Set 3 : fix iOS #
Messages
Total messages: 20 (8 generated)
|