websocket-client
v0.59.0

Introduction:

  • Installation
  • Getting Started
  • Examples
  • Threading
  • FAQ
  • Contributing
  • About

Comments Embedded in Code:

  • websocket/_abnf.py
  • websocket/_app.py
  • websocket/_core.py
  • websocket/_exceptions.py
  • websocket/_logging.py
  • websocket/_socket.py
  • websocket/_url.py
websocket-client
  • »
  • Welcome to websocket-client’s documentation
  • Edit on GitHub

Welcome to websocket-client’s documentation¶

Introduction:

  • Installation
  • Getting Started
  • Examples
    • Creating Your First WebSocket Connection
    • Debug and Logging Options
    • Connection Options
    • Post-connection features
    • Real-world Examples
  • Threading
  • FAQ
    • Why is this library slow?
    • How to solve the “connection is already closed” error?
    • What’s going on with the naming of this library?
    • Is WebSocket Compression using the permessage-deflate extension supported?
    • If a connection is re-establish after getting disconnected, does the new connection continue where the previous one dropped off?
    • How to disable ssl cert verification?
    • How to disable hostname verification?
    • How to enable SNI?
    • Why don’t I receive all the server’s message(s)?
    • Using Subprotocols
  • Contributing
  • About

Comments Embedded in Code:

  • websocket/_abnf.py
  • websocket/_app.py
  • websocket/_core.py
  • websocket/_exceptions.py
  • websocket/_logging.py
  • websocket/_socket.py
  • websocket/_url.py

Indices and tables¶

  • Index

  • Module Index

Next

© Copyright 2021. Revision 8f072582.

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