
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 318 of file llhttpclient.cpp.
| LLHTTPBuffer::LLHTTPBuffer | ( | ) | [inline] |
Definition at line 321 of file llhttpclient.cpp.
| static size_t LLHTTPBuffer::curl_write | ( | void * | ptr, | |
| size_t | size, | |||
| size_t | nmemb, | |||
| void * | user_data | |||
| ) | [inline, static] |
Definition at line 323 of file llhttpclient.cpp.
Referenced by LLHTTPClient::blockingGet().

| LLSD LLHTTPBuffer::asLLSD | ( | ) | [inline] |
Definition at line 332 of file llhttpclient.cpp.
References LLSDSerialize::fromXML(), and mBuffer.
Referenced by LLHTTPClient::blockingGet().


| std::string LLHTTPBuffer::asString | ( | ) | [inline] |
Definition at line 343 of file llhttpclient.cpp.
References mBuffer.
Referenced by LLHTTPClient::blockingGet().

std::string LLHTTPBuffer::mBuffer [private] |
Definition at line 349 of file llhttpclient.cpp.
1.5.5