We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf26c79 commit fd0fc06Copy full SHA for fd0fc06
src/XProtocol/XProtocol.hh
@@ -620,6 +620,7 @@ enum XQueryType {
620
kXR_Qckscan= 6,
621
kXR_Qconfig= 7,
622
kXR_Qvisa = 8,
623
+ kXR_Qhead = 9,
624
kXR_Qopaque=16,
625
kXR_Qopaquf=32,
626
kXR_Qopaqug=64
src/XrdCl/XrdClFileSystem.hh
@@ -60,6 +60,7 @@ namespace XrdCl
60
Space = kXR_Qspace, //!< Query logical space stats
61
Stats = kXR_QStats, //!< Query server stats
62
Visa = kXR_Qvisa, //!< Query file visa attributes
63
+ Head = kXR_Qhead, //!< Query http header response
64
XAttr = kXR_Qxattr //!< Query file extended attributes
65
};
66
0 commit comments