Public Member Functions | |
LLHTTPBuffer () | |
LLSD | asLLSD () |
std::string | asString () |
Static Public Member Functions | |
static size_t | curl_write (void *ptr, size_t size, size_t nmemb, void *user_data) |
Private Attributes | |
std::string | mBuffer |
Definition at line 352 of file llhttpclient.cpp.
LLHTTPBuffer::LLHTTPBuffer | ( | ) | [inline] |
Definition at line 355 of file llhttpclient.cpp.
LLSD LLHTTPBuffer::asLLSD | ( | ) | [inline] |
Definition at line 366 of file llhttpclient.cpp.
References LLSDSerialize::fromXML(), and mBuffer.
Referenced by LLHTTPClient::blockingGet().
std::string LLHTTPBuffer::asString | ( | ) | [inline] |
Definition at line 377 of file llhttpclient.cpp.
References mBuffer.
Referenced by LLHTTPClient::blockingGet().
std::string LLHTTPBuffer::mBuffer [private] |