seznam/fastrpc

Implementation of python-fastrpc custom headers

Closed this issue · 1 comments

Currently (in the fastrpc6 branch) the custom headers are C++ only feature.

We'll introduce new kwarg - headers usable as both ServerProxy and Method call parameter.

In method call context, this header will only be included in that one call.

Implemented in branch fastrpc8 via headers kwarg to both ServerProxy and as a call parameter kwarg.