webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <SessionState.h>
Public Types | |
enum | Type { Type::Data, Type::File, Type::Blob } |
Public Member Functions | |
void | encode (IPC::Encoder &) const |
Static Public Member Functions | |
static bool | decode (IPC::Decoder &, Element &) |
Public Attributes | |
Type | type = Type::Data |
Vector< char > | data |
String | filePath |
int64_t | fileStart |
std::optional< int64_t > | fileLength |
std::optional< double > | expectedFileModificationTime |
String | blobURLString |
|
static |
void WebKit::HTTPBody::Element::encode | ( | IPC::Encoder & | encoder | ) | const |
String WebKit::HTTPBody::Element::blobURLString |
Vector<char> WebKit::HTTPBody::Element::data |
std::optional<double> WebKit::HTTPBody::Element::expectedFileModificationTime |
std::optional<int64_t> WebKit::HTTPBody::Element::fileLength |
String WebKit::HTTPBody::Element::filePath |
int64_t WebKit::HTTPBody::Element::fileStart |
Type WebKit::HTTPBody::Element::type = Type::Data |