mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 11:41:44 +08:00
Http client 302错误码支持
This commit is contained in:
@@ -254,6 +254,10 @@ public:
|
||||
const Parser& response() const{
|
||||
return _parser;
|
||||
}
|
||||
|
||||
const string &getUrl() const{
|
||||
return _url;
|
||||
}
|
||||
protected:
|
||||
/**
|
||||
* 收到http回复头
|
||||
@@ -307,6 +311,7 @@ private:
|
||||
protected:
|
||||
bool _isHttps;
|
||||
private:
|
||||
string _url;
|
||||
HttpHeader _header;
|
||||
HttpBody::Ptr _body;
|
||||
string _method;
|
||||
|
||||
Reference in New Issue
Block a user