| JUCE
    | 
This is the complete list of members for URL, including all inherited members.
| addEscapeChars(const String &stringToAddEscapeCharsTo, bool isParameter) | URL | static | 
| 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()) const | URL | |
| createWithoutParsing(const String &url) | URL | static | 
| getChildURL(const String &subPath) const | URL | |
| getDomain() const | URL | |
| getParameterNames() const noexcept | URL | |
| getParameterValues() const noexcept | URL | |
| getPort() const | URL | |
| getPostData() const noexcept | URL | |
| getPostDataAsMemoryBlock() const noexcept | URL | |
| getScheme() const | URL | |
| getSubPath() const | URL | |
| isEmpty() const noexcept | URL | |
| isProbablyAnEmailAddress(const String &possibleEmailAddress) | URL | static | 
| isProbablyAWebsiteURL(const String &possibleURL) | URL | static | 
| isWellFormed() const | URL | |
| launchInDefaultBrowser() const | URL | |
| OpenStreamProgressCallback typedef | URL | |
| operator!=(const URL &) const | URL | |
| operator=(const URL &other) | URL | |
| operator==(const URL &) const | URL | |
| readEntireBinaryStream(MemoryBlock &destData, bool usePostCommand=false) const | URL | |
| readEntireTextStream(bool usePostCommand=false) const | URL | |
| readEntireXmlStream(bool usePostCommand=false) const | URL | |
| removeEscapeChars(const String &stringToRemoveEscapeCharsFrom) | URL | static | 
| toString(bool includeGetParameters) const | URL | |
| URL() | URL | |
| URL(const String &url) | URL | |
| URL(const URL &other) | URL | |
| withDataToUpload(const String ¶meterName, const String &filename, const MemoryBlock &fileContentToUpload, const String &mimeType) const | URL | |
| withFileToUpload(const String ¶meterName, const File &fileToUpload, const String &mimeType) const | URL | |
| withNewSubPath(const String &newPath) const | URL | |
| withParameter(const String ¶meterName, const String ¶meterValue) const | URL | |
| withParameters(const StringPairArray ¶metersToAdd) const | URL | |
| withPOSTData(const String &postData) const | URL | |
| withPOSTData(const MemoryBlock &postData) const | URL | |
| ~URL() | URL |