#include <XrdClHttpResponseInfo.hh>
Public Types | |
| using | HeaderMap = std::unordered_map<std::string, HeaderValues> |
| using | HeaderResponses = std::vector<HeaderMap> |
| using | HeaderValues = std::vector<std::string> |
Public Member Functions | |
| virtual | ~ResponseInfo () |
| void | AddResponse (HeaderMap &&map) |
| const HeaderResponses & | GetHeaderResponse () const |
Definition at line 18 of file XrdClHttpResponseInfo.hh.
| using XrdClHttp::ResponseInfo::HeaderMap = std::unordered_map<std::string, HeaderValues> |
Definition at line 30 of file XrdClHttpResponseInfo.hh.
| using XrdClHttp::ResponseInfo::HeaderResponses = std::vector<HeaderMap> |
Definition at line 34 of file XrdClHttpResponseInfo.hh.
| using XrdClHttp::ResponseInfo::HeaderValues = std::vector<std::string> |
Definition at line 25 of file XrdClHttpResponseInfo.hh.
|
inlinevirtual |
Definition at line 21 of file XrdClHttpResponseInfo.hh.
|
inline |
Definition at line 39 of file XrdClHttpResponseInfo.hh.
|
inline |
Definition at line 36 of file XrdClHttpResponseInfo.hh.