fprint_header(ostream &out, const char *prompt) | acl::HttpServletRequest | |
getAcceptEncoding(std::vector< string > &out) const | acl::HttpServletRequest | |
getBody(size_t body_limit=1024000) | acl::HttpServletRequest | |
getBody(string &out, size_t body_limit=1024000) | acl::HttpServletRequest | |
getCharacterEncoding(void) const | acl::HttpServletRequest | |
getClient(void) const | acl::HttpServletRequest | |
getContentLength(void) const | acl::HttpServletRequest | |
getContentType(bool part=true, http_ctype *ctype=NULL) const | acl::HttpServletRequest | |
getCookies(void) const | acl::HttpServletRequest | |
getCookieValue(const char *name) const | acl::HttpServletRequest | |
getHeader(const char *name) const | acl::HttpServletRequest | |
getHttpCtype(void) const | acl::HttpServletRequest | |
getHttpMime(void) | acl::HttpServletRequest | |
getInputStream(void) const | acl::HttpServletRequest | |
getJson(size_t body_limit=1024000) | acl::HttpServletRequest | |
getJson(json &out, size_t body_limit=1024000) | acl::HttpServletRequest | |
getKeepAlive(void) const | acl::HttpServletRequest | |
getLastError(void) const | acl::HttpServletRequest | |
getLocalAddr(void) const | acl::HttpServletRequest | |
getLocalCharset(void) const | acl::HttpServletRequest | |
getLocalPort(void) const | acl::HttpServletRequest | |
getMethod(string *method_s=NULL) const | acl::HttpServletRequest | |
getParameter(const char *name, bool case_sensitive=false) const | acl::HttpServletRequest | |
getPathInfo(void) const | acl::HttpServletRequest | |
getQueryString(void) const | acl::HttpServletRequest | |
getRange(long long int &range_from, long long int &range_to) | acl::HttpServletRequest | |
getRemoteAddr(void) const | acl::HttpServletRequest | |
getRemoteHost(void) const | acl::HttpServletRequest | |
getRemotePort(void) const | acl::HttpServletRequest | |
getRequestReferer(void) const | acl::HttpServletRequest | |
getRequestType(void) const | acl::HttpServletRequest | |
getRequestUri(void) const | acl::HttpServletRequest | |
getSession(bool create=true, const char *sid=NULL) | acl::HttpServletRequest | |
getSocketStream(void) const | acl::HttpServletRequest | |
getUserAgent(void) const | acl::HttpServletRequest | |
getVersion(unsigned &major, unsigned &minor) const | acl::HttpServletRequest | |
getXml(size_t body_limit=1024000) | acl::HttpServletRequest | |
getXml(xml &out, size_t body_limit=1024000) | acl::HttpServletRequest | |
HttpServletRequest(HttpServletResponse &res, session &store, socket_stream &stream, const char *charset=NULL, int body_limit=102400) | acl::HttpServletRequest | |
isKeepAlive(void) const | acl::HttpServletRequest | |
noncopyable() | acl::acl::noncopyable | inlineprotected |
setCookie(const char *name, const char *value) | acl::HttpServletRequest | |
setRwTimeout(int rw_timeout) | acl::HttpServletRequest | |
sprint_header(string &out, const char *prompt) | acl::HttpServletRequest | |
~HttpServletRequest(void) | acl::HttpServletRequest | |
~noncopyable() | acl::acl::noncopyable | inlineprotected |