Pylons / pyramid_rpc

RPC plugins for pyramid. XML-RPC, JSON-RPC, etc.
https://docs.pylonsproject.org/projects/pyramid-rpc/en/latest/
Other
27 stars 20 forks source link

JSON-RPC batch support via subrequest #35

Closed inklesspen closed 9 years ago

inklesspen commented 9 years ago

Comparing empty response handling in other implementations:

mmerickel commented 9 years ago

@JustusW can you please look at this and decide if it meets your needs to replace #34? I think it is a better approach than the tween. It nicely uses pyramid's subrequest support that didn't exist back when the original TODO was written.

JustusW commented 9 years ago

This looks great! And it completely does the job, so thank you :)