8000 GitHub - frankie567/httpx-ws: WebSocket support for HTTPX
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

frankie567/httpx-ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

HTTPX WS

WebSockets support for HTTPX

build codecov All Contributors PyPI version Downloads


Documentation: https://frankie567.github.io/httpx-ws/

Source Code: https://github.com/frankie567/httpx-ws


Installation

pip install httpx-ws

Features

  • Sync and async client
  • Helper methods to send text, binary and JSON data
  • Helper methods to receive text, binary and JSON data
  • Automatic ping/pong answers
  • HTTPX transport to test WebSockets defined in ASGI apps
  • Automatic keepalive ping
  • asyncio and Trio support through AnyIO

Contributors โœจ

Thanks goes to these wonderful people (emoji key):

Franรงois Voron
Franรงois Voron

๐Ÿšง ๐Ÿ’ป
Kousik Mitra
Kousik Mitra

๐Ÿ’ป
David Brochart
David Brochart

๐Ÿ“ฆ ๐Ÿ’ป
ysmu
ysmu

๐Ÿ›
Sam Foreman
Sam Foreman

๐Ÿ›
Marc-Antoine Parent
Marc-Antoine Parent

๐Ÿ› ๐Ÿ’ป
Marcelo Trylesinski
Marcelo Trylesinski

๐Ÿ› ๐Ÿ”ฌ
MtkN1
MtkN1

๐Ÿ› ๐Ÿ”ฌ
Tom Christie
Tom Christie

๐Ÿ› ๐Ÿ”ฌ
David Montague
David Montague

๐Ÿ›
Sean Wang
Sean Wang

๐Ÿ’ป
Alex Grรถnholm
Alex Grรถnholm

๐Ÿ› ๐Ÿ’ป
Rodrigo de Oliveira Neto
Rodrigo de Oliveira Neto

๐Ÿ› ๐Ÿ’ป
Elaina
Elaina

๐Ÿ’ป
runsisi
runsisi

๐Ÿ› ๐Ÿ”ฌ

This project follows the all-contributors specification. Contributions of any kind welcome!

Development

Setup environment

We use Hatch to manage the development environment and production build. Ensure it's installed on your system.

Run unit tests

You can run all the tests with:

hatch run test

Format the code

Execute the following command to apply linting and check typing:

hatch run lint

License

This project is licensed under the terms of the MIT license.

About

WebSocket support for HTTPX

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages

0