Panda3D
HTTPClient Member List

This is the complete list of members for HTTPClient, including all inherited members.

__init__()HTTPClient
__init__(const HTTPClient copy)HTTPClient
addDirectHost(str hostname)HTTPClient
addPreapprovedServerCertificateFilename(const URLSpec url, const Filename filename)HTTPClient
addPreapprovedServerCertificateName(const URLSpec url, str name)HTTPClient
addPreapprovedServerCertificatePem(const URLSpec url, str pem)HTTPClient
addProxy(str scheme, const URLSpec proxy)HTTPClient
base64Decode(str s)HTTPClientstatic
base64Encode(str s)HTTPClientstatic
clearAllCookies()HTTPClient
clearAllPreapprovedServerCertificates()HTTPClient
clearCookie(const HTTPCookie cookie)HTTPClient
clearDirectHost()HTTPClient
clearPreapprovedServerCertificates(const URLSpec url)HTTPClient
clearProxy()HTTPClient
copyCookiesFrom(const HTTPClient other)HTTPClient
getCipherList()HTTPClient
getClassType()ReferenceCountstatic
getCookie(const HTTPCookie cookie)HTTPClient
getDirectHostSpec()HTTPClient
getDocument(const URLSpec url)HTTPClient
getGlobalPtr()HTTPClientstatic
getHeader(const URLSpec url)HTTPClient
getHttpVersion()HTTPClient
getHttpVersionString()HTTPClient
getProxiesForUrl(const URLSpec url)HTTPClient
getProxySpec()HTTPClient
getRefCount()ReferenceCount
getTryAllDirect()HTTPClient
getUsername(str server, str realm)HTTPClient
getVerifySsl()HTTPClient
hasCookie(const HTTPCookie cookie)HTTPClient
initRandomSeed()HTTPClientstatic
loadCertificates(const Filename filename)HTTPClient
loadClientCertificate()HTTPClient
makeChannel(bool persistent_connection)HTTPClient
operator=(const HTTPClient copy)HTTPClient
parseHttpVersionString(str version)HTTPClientstatic
postForm(const URLSpec url, str body)HTTPClient
ref()ReferenceCount
ref_countReferenceCount
sendCookies(Ostream out, const URLSpec url)HTTPClient
setCipherList(str cipher_list)HTTPClient
setClientCertificateFilename(const Filename filename)HTTPClient
setClientCertificatePassphrase(str passphrase)HTTPClient
setClientCertificatePem(str pem)HTTPClient
setCookie(const HTTPCookie cookie)HTTPClient
setDirectHostSpec(str direct_host_spec)HTTPClient
setHttpVersion(HTTPEnum::HTTPVersion version)HTTPClient
setProxySpec(str proxy_spec)HTTPClient
setTryAllDirect(bool try_all_direct)HTTPClient
setUsername(str server, str realm, str username)HTTPClient
setVerifySsl(HTTPClient::VerifySSL verify_ssl)HTTPClient
testRefCountIntegrity()ReferenceCount
testRefCountNonzero()ReferenceCount
unref()ReferenceCount
VerifySSL enum nameHTTPClient
VS_no_date_check enum valueHTTPClient
VS_no_verify enum valueHTTPClient
VS_normal enum valueHTTPClient
writeCookies(Ostream out)HTTPClient