MCPcopy Create free account
hub / github.com/Q16G/memory-shell / doGet

Method doGet

src/main/java/org/example/socks5.java:117–120  ·  view source on GitHub ↗
(HttpServletRequest req, HttpServletResponse resp)

Source from the content-addressed store, hash-verified

115 }
116
117 @Override
118 protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
119 doPost(req, resp);
120 }
121}

Callers

nothing calls this directly

Calls 1

doPostMethod · 0.95

Tested by

no test coverage detected