diff options
author | Oz Linden <oz@lindenlab.com> | 2014-10-28 10:01:40 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-10-28 10:01:40 -0400 |
commit | cd0774a2174a5f5ef4871473afd175778db60980 (patch) | |
tree | cf664f37d824005bd768a0ce9d02a45d246bd8f0 /indra/llcorehttp/README.Linden | |
parent | 286ed4a4c2b9a0333970f4a067be751f1703b218 (diff) | |
parent | 02e2235277a90f2e291557a429ae4e5de3e0d3b6 (diff) |
merge changes for 3.7.19-release
Diffstat (limited to 'indra/llcorehttp/README.Linden')
-rw-r--r-- | indra/llcorehttp/README.Linden | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/llcorehttp/README.Linden b/indra/llcorehttp/README.Linden index eb6ccab3bc..c3aaa9158d 100644 --- a/indra/llcorehttp/README.Linden +++ b/indra/llcorehttp/README.Linden @@ -529,6 +529,14 @@ HttpOperation::addAsReply: TRACE, ToReplyQueue, Handle: 086D3148 data = NULL; + There are now helper functions in llmessage/llcorehttputil.h to + assist with LLSD usage. requestPostWithLLSD(...) provides a + requestPost()-like interface that takes an LLSD object rather than + a BufferArray. And responseToLLSD(...) attempts to convert a + BufferArray received from a server into an LLSD object. You can + find examples in llmeshrepository.cpp, llinventorymodel.cpp, + llinventorymodelbackgroundfetch.cpp and lltexturefetch.cpp. + LLSD will often go hand-in-hand with BufferArray and data transport. But you can also do all the streaming I/O you'd expect of a std::iostream object: |