aberth
aberth copied to clipboard
Generic BERT-RPC server in Erlang
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...
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...
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...