explodinglabs / jsonrpcserver

Process incoming JSON-RPC requests in Python
MIT License
187 stars 40 forks source link

Replace Response class with a NamedTuple #140

Closed bcb closed 3 years ago

bcb commented 3 years ago

Also removes convert_camel_case option, and rename dispatch's "context" param to "extra".