jsonrpcserver
latest

Contents

  • Quickstart
  • Methods
  • Dispatch
  • Async
  • FAQ
  • Examples
jsonrpcserver
  • Docs »
  • Welcome to jsonrpcserver’s documentation!
  • Edit on GitHub

Welcome to jsonrpcserver’s documentation!¶

jsonrpcserver

Dispatch JSON-RPC requests to your own functions, and get a response to send back.

Contents

  • Quickstart
  • Methods
    • Responses
    • Parameters
    • Invalid params
  • Dispatch
    • Optional parameters
      • methods
      • context
      • deserializer
      • serializer
      • validator
  • Async
    • Notifications
  • FAQ
    • How to disable schema validation?
    • Which HTTP status code to respond with?
    • How to rename a method
    • How to get the response in other forms?
  • Examples
    • aiohttp
    • Django
    • FastAPI
    • Flask
    • http.server
    • jsonrpcserver
    • Sanic
    • Socket.IO
    • Tornado
    • Websockets
    • Werkzeug
    • ZeroMQ
    • ZeroMQ (asynchronous)
Next

© Copyright 2021, Beau Barker Revision 2dd6601c.

Built with Sphinx using a theme provided by Read the Docs.