Page Speed Optimization Libraries  1.3.25.1
Namespaces | Enumerations | Functions
net/instaweb/util/public/data_url.h File Reference
#include "net/instaweb/util/public/string.h"
#include "net/instaweb/util/public/string_util.h"

Go to the source code of this file.

Namespaces

namespace  net_instaweb
 

for StringPiece


Enumerations

enum  net_instaweb::Encoding { net_instaweb::UNKNOWN, BASE64, net_instaweb::PLAIN }

Functions

void net_instaweb::DataUrl (const ContentType &content_type, const Encoding encoding, const StringPiece &content, GoogleString *result)
bool net_instaweb::ParseDataUrl (const StringPiece &url, const ContentType **content_type, Encoding *encoding, StringPiece *encoded_content)
bool net_instaweb::DecodeDataUrlContent (Encoding encoding, const StringPiece &encoded_content, GoogleString *decoded_content)

Detailed Description

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines