add(HTTPPart *part, bool own=false) | base_http::HTTPRequest | |
authenticate(const char *realm, const char *password, const char *lastnonce) | base_http::HTTPRequest | |
clone() const | base::MemFile | |
getBasicAuthorization(base::String &username, base::String &password) | base_http::HTTPRequest | |
getBoundary() const | base_http::HTTPRequest | |
getCode() const | base_http::HTTPResponse | |
getContentType(base::String &type) | base_http::HTTPPart | |
getContentType(base::String &type, base::String &subtype, std::map< base::String, base::String > *args=NULL) | base_http::HTTPPart | |
getDigestAuthorization(base::String &username, base::String &response) | base_http::HTTPRequest | |
getFileName(base::String &filename) | base_http::HTTPPart | |
getHeader(const base::String &name, base::String &hret) | base_http::HTTPPart | |
getHeaders() const | base_http::HTTPPart | |
getID(base::String &idret) | base_http::HTTPPart | |
getMajorVersion() const | base_http::HTTPRequest | |
getMessage() const | base_http::HTTPResponse | |
getMethod() const | base_http::HTTPRequest | |
getMinorVersion() const | base_http::HTTPRequest | |
getPart(const base::String &id) const | base_http::HTTPRequest | |
getParts() const | base_http::HTTPRequest | |
getPos() const | base::MemFile | |
getProtocol() const | base_http::HTTPRequest | |
getSourceBuffer(size_t *rsize=NULL) const | base::MemFile | |
getSourceFile() const | base::MemFile | |
getSourceString() const | base::MemFile | |
getURI() const | base_http::HTTPRequest | |
HTTPPart(bool mime, size_t memlimit=1048576) | base_http::HTTPPart | |
HTTPRequest() | base_http::HTTPRequest | |
HTTPResponse(const HTTPRequest &request) | base_http::HTTPResponse | |
insert(HTTPPart *part, bool own=false) | base_http::HTTPRequest | |
isInMemory() const | base::MemFile | |
isMIME() const | base_http::HTTPPart | |
loadIntoMemory(size_t *rsize=NULL) | base::MemFile | |
MemFile(size_t limit=1048576) | base::MemFile | |
parseAuthorizationHeader(const base::String &header, base::String &method, std::map< base::String, base::String > &args) | base_http::HTTPRequest | |
parseHeader(const base::String &header, char delim, base::String &token, std::map< base::String, base::String > *args=NULL) | base_http::HTTPPart | |
read(void *buf, size_t count, bool exact=false) | base::MemFile | |
read(String &buf, size_t count, bool exact=false) | base::MemFile | |
readln(String &rbuf, bool strip=false) | base::MemFile | |
removeHeader(const base::String &name) | base_http::HTTPPart | |
saveToFile() | base::MemFile | |
seek(size_t pos) | base::MemFile | |
seekBOF() | base::MemFile | |
seekEOF() | base::MemFile | |
setBoundary(const char *boundary) | base_http::HTTPRequest | |
setCode(int code, const base::String &message) | base_http::HTTPResponse | |
setHeader(const base::String &name, const base::String &value) | base_http::HTTPPart | |
setLimit(size_t limit) | base::MemFile | |
setMethod(const char *method) | base_http::HTTPRequest | |
setMIME(bool mime=true) | base_http::HTTPPart | |
setProtocol(const char *protocol) | base_http::HTTPRequest | |
setSource(const MemFile *source) | base::MemFile | |
setSourceBuffer(const char *buf, size_t bufsize, bool own=false) | base::MemFile | |
setSourceFile(File *file, bool own=false) | base::MemFile | |
setSourceFile(const String &name, int flags=File::ofReadOnly) | base::MemFile | |
setSourceString(String *str, bool own=false) | base::MemFile | |
setURI(const char *uri) | base_http::HTTPRequest | |
size() const | base_http::HTTPRequest | |
truncate(size_t len) | base::MemFile | |
write(const void *buf, size_t count, bool exact=true) | base::MemFile | |
write(const String &buf, bool exact=true) | base::MemFile | |
~HTTPRequest() | base_http::HTTPRequest | |
~MemFile() | base::MemFile | |