evpp

判断evpp的发送消息是post 还是get

struct evhttp_request结构体定义了HTTP请求的各个字段,如请求行、请求头、请求正文等。 struct evhttp_request { int major; // 主版本号 int minor; // 次版本号 enum evhttp_cmd_type type; // 请求方 ......
消息 还是 evpp post get

evpp响应的内容

#pragma once #include "evpp/inner_pre.h" #include "evpp/slice.h" #include "evpp/timestamp.h" #include <map> struct evhttp_request; namespace evpp { cl ......
内容 evpp
共2篇  :1/1页 首页上一页1下一页尾页