|
|
Donner
C++20 SVG rendering library
|
Result of parsing a data URL or external URL. More...
#include "donner/base/parser/DataUrlParser.h"
Public Types | |
| enum class | Kind : uint8_t { ExternalUrl , Data } |
| The payload of the source, which can be a URL or raw data (already parsed from the data URL). More... | |
Public Attributes | |
| Kind | kind |
| What kind of URL this is. | |
| std::string | mimeType |
| MIME type of the data, if known. Otherwise, an empty string. | |
| std::variant< RcString, std::vector< uint8_t > > | payload |
| The payload of the source, which can be a URL or raw data (already parsed from the data URL). | |
Result of parsing a data URL or external URL.
|
strong |