diff options
Diffstat (limited to 'indra/llcorehttp')
| -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: | 
