MCPcopy Create free account
hub / github.com/acl-dev/acl / doParams

Method doParams

lib_acl_cpp/samples/ssl/ssl_server/ssl_server.cpp:145–151  ·  view source on GitHub ↗

GET ��ʽ�� POST ��ʽ�����㣺 Content-Type: application/x-www-form-urlencoded

Source from the content-addressed store, hash-verified

143 // GET ��ʽ�� POST ��ʽ�����㣺
144 // Content-Type: application/x-www-form-urlencoded
145 bool doParams(acl::HttpServletRequest& req, acl::HttpServletResponse& res)
146 {
147 param1_ = req.getParameter("name1");
148 param2_ = req.getParameter("name2");
149 param3_ = req.getParameter("name3");
150 return doResponse(req, res);
151 }
152
153 // POST ��ʽ�����㣺
154 // Content-Type: multipart/form-data; boundary=xxx

Callers

nothing calls this directly

Calls 1

getParameterMethod · 0.80

Tested by

no test coverage detected