explodinglabs / jsonrpcserver

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

Replace Request classes with NamedTuples #136

Closed bcb closed 3 years ago

bcb commented 3 years ago

In keeping with the functional style of this library, remove the classes from the library, replacing them with immutable NamedTuples.

bcb commented 3 years ago

Request class has been replaced in #141.

bcb commented 3 years ago

Closed in #141.