object: Remove response meta header

This commit removes ResponseMetaHeader from the repository since it is not
verifiable and its purpose is questionable. If needed, it can be added to
queries without losing compatibility with the API version.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2020-08-06 02:09:44 +03:00 committed by Stanislav Bogatyrev
parent 3518fc42bd
commit 23f571f76f
4 changed files with 0 additions and 49 deletions

View file

@ -17,16 +17,6 @@ message RequestMetaHeader {
RequestExtendedHeader ExtendedHeader = 5;
}
// ResponseMetaHeader contains meta information based on request processing by server
// (should be embedded into message)
message ResponseMetaHeader {
// Current NeoFS epoch on server
uint64 Epoch = 1;
// Version defines protocol version
// TODO: not used for now, should be implemented in future
uint32 Version = 2;
}
// RequestExtendedHeader contains extended headers of request
message RequestExtendedHeader {
// KV contains string key-value pair