Commit 9cd016c9 by xzl

修复设置Http头的bug

parent f64dd5b4
...@@ -22,7 +22,7 @@ using namespace ZL::Network; ...@@ -22,7 +22,7 @@ using namespace ZL::Network;
namespace ZL { namespace ZL {
namespace Http { namespace Http {
class HttpArgs : public map<string,string> class HttpArgs : public StrCaseMap
{ {
public: public:
HttpArgs(){} HttpArgs(){}
...@@ -62,7 +62,7 @@ public: ...@@ -62,7 +62,7 @@ public:
_method = method; _method = method;
} }
void setHeader(const HttpHeader &header){ void setHeader(const HttpHeader &header){
_header = _header; _header = header;
} }
void addHeader(const string &key,const string &val){ void addHeader(const string &key,const string &val){
_header.emplace(key,val); _header.emplace(key,val);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论