aberth icon indicating copy to clipboard operation
aberth copied to clipboard

Generic BERT-RPC server in Erlang

Results 3 aberth issues
Sort by recently updated
recently updated
newest added

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...