v3.2.4ΒΆ
Released on Sep 26, 2023 (diff).
The method
jsonrpc.asgi.HTTPHandler.process_request()
is decomposed into the several using thefunctools.singledispatchmethod
decorator.Now the method
jsonrpc.asgi.HTTPHandler.process_request()
is raisingNotImplementedError
due the invocation with unsupported request type.