class StringHTTPBodyStream

Defined at line 53 of file ../../third_party/crashpad/src/util/net/http_body.h

An implementation of HTTPBodyStream that turns a fixed string into

a stream.

Public Methods

void StringHTTPBodyStream (const std::string & string)

Creates a stream with the specified string.

Parameters

string [in] The string to turn into a stream.
void StringHTTPBodyStream (const StringHTTPBodyStream & )

Defined at line 60 of file ../../third_party/crashpad/src/util/net/http_body.h

StringHTTPBodyStream & operator= (const StringHTTPBodyStream & )

Defined at line 61 of file ../../third_party/crashpad/src/util/net/http_body.h

void ~StringHTTPBodyStream ()
FileOperationResult GetBytesBuffer (uint8_t * buffer, size_t max_len)

HTTPBodyStream: