Expand description
Compatibility fixes for JSON-RPC HTTP requests.
These fixes are applied at the HTTP level, before the RPC request is parsed.
Structsยง
- Http
Request Middleware - HTTP
HttpRequestMiddleware
with compatibility workarounds. - Http
Request Middleware Layer - Implement the Layer for HttpRequestMiddleware to allow injecting the cookie
- Json
RpcRequest ๐ - A version-agnostic JSON-RPC request.
- Json
RpcResponse ๐ - A version-agnostic JSON-RPC response.
Enumsยง
- Json
RpcVersion ๐
Traitsยง
- With
- A trait for updating an object, consuming it and returning the updated version.