【libevent】http客户端1:转存http下载的数据

read_http_input

//
// HTTP endpoint: GET /rpc/1 (list methods) or POST /rpc/1 (execute RPC)
//
// JSON-RPC API endpoint.  Handles all JSON-RPC method calls.
//
static void rpc_jsonrpc(evhttp_request *req, void *opaque)
{
   
	RpcApiInfo *ap = 

你可能感兴趣的:(网络服务入门与实战,http,qt,网络协议)