JUCE  v5.1.1-3-g1a0b28c73
JUCE API
URL Member List

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

addEscapeChars(const String &stringToAddEscapeCharsTo, bool isParameter, bool roundBracketsAreLegal=true)URLstatic
addParameter(const String &, const String &)URLprivate
ContainerDeletePolicy< Upload >URLfriend
createHeadersAndPostData(String &, MemoryBlock &) constURLprivate
createInputStream(bool doPostLikeRequest, OpenStreamProgressCallback *progressCallback=nullptr, void *progressCallbackContext=nullptr, String extraHeaders=String(), int connectionTimeOutMs=0, StringPairArray *responseHeaders=nullptr, int *statusCode=nullptr, int numRedirectsToFollow=5, String httpRequestCmd=String()) constURL
createWithoutParsing(const String &url)URLstatic
downloadToFile(const File &targetLocation, String extraHeaders=String(), DownloadTask::Listener *listener=nullptr)URL
filesToUploadURLprivate
getChildURL(const String &subPath) constURL
getDomain() constURL
getParameterNames() const noexceptURLinline
getParameterValues() const noexceptURLinline
getPort() constURL
getPostData() const noexceptURLinline
getPostDataAsMemoryBlock() const noexceptURLinline
getScheme() constURL
getSubPath() constURL
isEmpty() const noexceptURL
isProbablyAnEmailAddress(const String &possibleEmailAddress)URLstatic
isProbablyAWebsiteURL(const String &possibleURL)URLstatic
isWellFormed() constURL
launchInDefaultBrowser() constURL
OpenStreamProgressCallback typedefURL
operator!=(const URL &) constURL
operator=(const URL &other)URL
operator==(const URL &) constURL
parameterNamesURLprivate
parameterValuesURLprivate
postDataURLprivate
readEntireBinaryStream(MemoryBlock &destData, bool usePostCommand=false) constURL
readEntireTextStream(bool usePostCommand=false) constURL
readEntireXmlStream(bool usePostCommand=false) constURL
removeEscapeChars(const String &stringToRemoveEscapeCharsFrom)URLstatic
toString(bool includeGetParameters) constURL
URL()URL
URL(const String &url)URL
URL(const URL &other)URL
URL(const String &, int)URLprivate
urlURLprivate
WebInputStream classURLfriend
withDataToUpload(const String &parameterName, const String &filename, const MemoryBlock &fileContentToUpload, const String &mimeType) constURL
withFileToUpload(const String &parameterName, const File &fileToUpload, const String &mimeType) constURL
withNewDomainAndPath(const String &newFullPath) constURL
withNewSubPath(const String &newPath) constURL
withParameter(const String &parameterName, const String &parameterValue) constURL
withParameters(const StringPairArray &parametersToAdd) constURL
withPOSTData(const String &postData) constURL
withPOSTData(const MemoryBlock &postData) constURL
withUpload(Upload *) constURLprivate
~URL()URL