MCPcopy Index your code
hub / github.com/Q16G/memory-shell / doGet

Method doGet

src/main/java/org/example/custom.java:13–16  ·  view source on GitHub ↗
(HttpServletRequest req, HttpServletResponse resp)

Source from the content-addressed store, hash-verified

11@WebServlet(urlPatterns = "/custom")
12public class custom extends HttpServlet {
13 @Override
14 protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
15 resp.getWriter().write("11231");
16 }
17
18 @Override
19 protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {

Callers

nothing calls this directly

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected