This is the complete list of members for URL, including all inherited members.
| addEscapeChars(const String &stringToAddEscapeCharsTo, bool isParameter, bool roundBracketsAreLegal=true) | URL | static |
| addParameter(const String &, const String &) | URL | private |
| ContainerDeletePolicy< Upload > | URL | friend |
| createHeadersAndPostData(String &, MemoryBlock &) const | URL | private |
| 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 |
| downloadToFile(const File &targetLocation, String extraHeaders=String(), DownloadTask::Listener *listener=nullptr) | URL | |
| filesToUpload | URL | private |
| getChildURL(const String &subPath) const | URL | |
| getDomain() const | URL | |
| getParameterNames() const noexcept | URL | inline |
| getParameterValues() const noexcept | URL | inline |
| getPort() const | URL | |
| getPostData() const noexcept | URL | inline |
| getPostDataAsMemoryBlock() const noexcept | URL | inline |
| 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 | |
| parameterNames | URL | private |
| parameterValues | URL | private |
| postData | URL | private |
| 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 | |
| URL(const String &, int) | URL | private |
| url | URL | private |
| WebInputStream class | URL | friend |
| 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 | |
| withNewDomainAndPath(const String &newFullPath) 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 | |
| withUpload(Upload *) const | URL | private |
| ~URL() | URL |