seznam / fastrpc

FastRPC library
http://seznam.github.io/frpc
GNU Lesser General Public License v2.1
46 stars 46 forks source link

Implementation of python-fastrpc custom headers #31

Closed volca02 closed 8 years ago

volca02 commented 8 years ago

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.

volca02 commented 8 years ago

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