@ -153,7 +153,7 @@ bool ReadHTTPRequestLine(std::basic_istream<char>& stream, int &proto,
int ReadHTTPStatus ( std : : basic_istream < char > & stream , int & proto ) ;
int ReadHTTPStatus ( std : : basic_istream < char > & stream , int & proto ) ;
int ReadHTTPHeaders ( std : : basic_istream < char > & stream , std : : map < std : : string , std : : string > & mapHeadersRet ) ;
int ReadHTTPHeaders ( std : : basic_istream < char > & stream , std : : map < std : : string , std : : string > & mapHeadersRet ) ;
int ReadHTTPMessage ( std : : basic_istream < char > & stream , std : : map < std : : string , std : : string > & mapHeadersRet ,
int ReadHTTPMessage ( std : : basic_istream < char > & stream , std : : map < std : : string , std : : string > & mapHeadersRet ,
std : : string & strMessageRet , int nProto );
std : : string & strMessageRet , int nProto , size_t max_size );
std : : string JSONRPCRequest ( const std : : string & strMethod , const json_spirit : : Array & params , const json_spirit : : Value & id ) ;
std : : string JSONRPCRequest ( const std : : string & strMethod , const json_spirit : : Array & params , const json_spirit : : Value & id ) ;
json_spirit : : Object JSONRPCReplyObj ( const json_spirit : : Value & result , const json_spirit : : Value & error , const json_spirit : : Value & id ) ;
json_spirit : : Object JSONRPCReplyObj ( const json_spirit : : Value & result , const json_spirit : : Value & error , const json_spirit : : Value & id ) ;
std : : string JSONRPCReply ( const json_spirit : : Value & result , const json_spirit : : Value & error , const json_spirit : : Value & id ) ;
std : : string JSONRPCReply ( const json_spirit : : Value & result , const json_spirit : : Value & error , const json_spirit : : Value & id ) ;