Open larsbutler opened 10 years ago
I noticed that there are several request headers referenced in zerocloud.objectquery.ObjectQueryMiddleware which are not documented:
zerocloud.objectquery.ObjectQueryMiddleware
x-zerovm-daemon
x-zerocloud-id
x-nexe-policy
x-zerovm-access
x-zerovm-pool
x-zerovm-valid
Is it possible for the client to specify any of these, or are they internal only? Either way, it would be useful to document these and understand better what they are used for.
All of these are internal I have never seen any internal headers documented in Swift, therefore did not bother with documenting them.
I noticed that there are several request headers referenced in
zerocloud.objectquery.ObjectQueryMiddleware
which are not documented:x-zerovm-daemon
x-zerocloud-id
x-nexe-policy
x-zerovm-access
x-zerovm-pool
x-zerovm-valid
Is it possible for the client to specify any of these, or are they internal only? Either way, it would be useful to document these and understand better what they are used for.