JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::URL Member List

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

addEscapeChars(const String &stringToAddEscapeCharsTo, bool isParameter, bool roundBracketsAreLegal=true)juce::URLstatic
addParameter(const String &, const String &)juce::URLprivate
bookmarkjuce::URLprivate
createHeadersAndPostData(String &, MemoryBlock &) constjuce::URLprivate
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()) constjuce::URL
createOutputStream() constjuce::URL
createWithoutParsing(const String &url)juce::URLstatic
downloadToFile(const File &targetLocation, String extraHeaders=String(), DownloadTask::Listener *listener=nullptr, bool usePostCommand=false)juce::URL
fileFromFileSchemeURL(const URL &)juce::URLprivatestatic
filesToUploadjuce::URLprivate
getChildURL(const String &subPath) constjuce::URL
getDomain() constjuce::URL
getDomainInternal(bool) constjuce::URLprivate
getFileName() constjuce::URL
getLocalFile() constjuce::URL
getParameterNames() const noexceptjuce::URLinline
getParameterValues() const noexceptjuce::URLinline
getPort() constjuce::URL
getPostData() const noexceptjuce::URLinline
getPostDataAsMemoryBlock() const noexceptjuce::URLinline
getScheme() constjuce::URL
getSubPath() constjuce::URL
getURLBookmark(URL &)juce::URLfriend
init()juce::URLprivate
isEmpty() const noexceptjuce::URL
isLocalFile() constjuce::URL
isProbablyAnEmailAddress(const String &possibleEmailAddress)juce::URLstatic
isProbablyAWebsiteURL(const String &possibleURL)juce::URLstatic
isWellFormed() constjuce::URL
launchInDefaultBrowser() constjuce::URL
OpenStreamProgressCallback typedefjuce::URL
operator!=(const URL &) constjuce::URL
operator=(const URL &)=defaultjuce::URL
operator=(URL &&)juce::URL
operator==(const URL &) constjuce::URL
parameterNamesjuce::URLprivate
parameterValuesjuce::URLprivate
postDatajuce::URLprivate
readEntireBinaryStream(MemoryBlock &destData, bool usePostCommand=false) constjuce::URL
readEntireTextStream(bool usePostCommand=false) constjuce::URL
readEntireXmlStream(bool usePostCommand=false) constjuce::URL
removeEscapeChars(const String &stringToRemoveEscapeCharsFrom)juce::URLstatic
setURLBookmark(URL &, void *)juce::URLfriend
toString(bool includeGetParameters) constjuce::URL
urljuce::URLprivate
URL() noexceptjuce::URL
URL(const String &url)juce::URL
URL(const URL &)=defaultjuce::URL
URL(URL &&)juce::URL
URL(File)juce::URLexplicit
URL(const String &, int)juce::URLprivate
WebInputStream classjuce::URLfriend
withDataToUpload(const String &parameterName, const String &filename, const MemoryBlock &fileContentToUpload, const String &mimeType) constjuce::URL
withFileToUpload(const String &parameterName, const File &fileToUpload, const String &mimeType) constjuce::URL
withNewDomainAndPath(const String &newFullPath) constjuce::URL
withNewSubPath(const String &newPath) constjuce::URL
withParameter(const String &parameterName, const String &parameterValue) constjuce::URL
withParameters(const StringPairArray &parametersToAdd) constjuce::URL
withPOSTData(const String &postData) constjuce::URL
withPOSTData(const MemoryBlock &postData) constjuce::URL
withUpload(Upload *) constjuce::URLprivate
~URL()juce::URL