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

Method setParseBody

lib_acl_cpp/src/http/HttpServletRequest.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void HttpServletRequest::setParseBody(bool yes)
104{
105 parse_body_ = yes;
106}
107
108void HttpServletRequest::add_cookie(char* data)
109{

Callers 4

thread_on_acceptMethod · 0.80
startMethod · 0.80
thread_on_acceptMethod · 0.80
on_acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected