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