Pavel,
Thanks for the explanation, I understand the use cases.
> in REST service, he can set such parameters in request headers
I don't consider HTTP-based services as a good example of a
clean architecture.
Data can be passed in URL parameters, in headers, and in body, and each of
those ways ha
Hi.
Pavel T., Ok, http rest dosn't have the clean design, in your opinion.
But what about grpc? The same?
As for me, it is ok to pass additional parameters as list of key-value
pairs with keys as strings and values as bytearrays or strings. It is ok to
allow user to set up middlewares for service