v1.0.3ΒΆ
Released on Mar 4, 2022 (diff).
Added feature for restricting HTTP methods: now only
POST
andPUT
methods are allowed. We are highly recommend to use thePOST
verb for the generic JSON-RPC invocations, and thePUT
verb generally for the notifications, but no one forbids using it for the generic invocations too.