#include <llurlrequest.h>
This class eases construction of a basic sd rpc client. Here is an example of it's use: class LLUsefulService : public LLService { ... }
LLService::registerCreator(
"useful",
LLService::creator_t(new LLURLRequestClientFactory<LLUsefulService>))
This class should work, but I never got around to using/testing it.