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

Method getHttpMime

lib_acl_cpp/src/http/HttpServletRequest.cpp:500–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500http_mime* HttpServletRequest::getHttpMime(void)
501{
502 return mime_;
503}
504
505bool HttpServletRequest::getJson(json& out, size_t body_limit /* 1024000 */)
506{

Callers 4

doUploadMethod · 0.80
doUploadMethod · 0.80
onUploadMethod · 0.80
onUploadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected