Aleksandar Radulovic

Results 5 issues of Aleksandar Radulovic

I've implemented a context manager which enables the client to perform multiple calls to the bertrpc service (example below)

Currently, passing of info packets is turned off, as aberth lacks an elegant way of passing those packets to handlers. So far, I was thinking of implementing it so its...

enhancement

Instead of leaving the caching handling to handlers, aberth can check if the response includes a caching directive and cache it internally. It should be enough to add response check...

enhancement

For aberth to be fully compliant with BERT-RPC spec, it needs to support streaming packets, both requests and responses. Implement aberth_streaming_protocol and redirect to it upon detection of streaming in...

Configuring pyfacebook with pylons doesn't work as following import of redirect_to silently fails: from pylons.controllers.util import redirect_to as pylons_redirect_to Under Pylons v1.0 there's no redirect_to (it has been changed to...