- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for directoryToResponse (0.14 sec)
-
samples/static-server/src/main/java/okhttp3/sample/SampleServer.java
try { if (!path.startsWith("/") || path.contains("..")) throw new FileNotFoundException(); File file = new File(root + path); return file.isDirectory() ? directoryToResponse(path, file) : fileToResponse(path, file); } catch (FileNotFoundException e) { return new MockResponse() .setStatus("HTTP/1.1 404")
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Jan 02 02:50:44 UTC 2019 - 4.7K bytes - Viewed (0)