Websocket plugin for httpie
Project description
httpie-websockets
Home: https://github.com/belingud/httpie-websockets
httpie-websockets
is an HTTPie CLI plugin that adds WebSocket support to the HTTPie command line.
Features
- WebSocket Support: Seamlessly connect to WebSocket servers using the familiar HTTPie command line interface.
- Bidirectional Communication: Send and receive messages in real-time.
- Secure Connections: Supports both
ws://
andwss://
protocols. - Easy Integration: Simple installation and usage within the HTTPie environment.
Install
You can install by httpie plugins command:
httpie plugins install httpie-websockets
or use pip in the same environment with httpie
pip install httpie-websockets
Usage
After install this plugin, just pass websocket url to http
command.
http ws://localhost:8000/ws
This allows HTTPie to interact with WebSocket servers directly from the command line.
Uninstall
If you want to uninstall this plugin, use the same way when you install.
Installed by httpie
command, uninstall by
httpie plugins uninstall httpie-websockets
Installed by pip
command, uninstall by
pip uninstall httpie-websockets
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for httpie_websockets-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14dc148ace8232ad6e416f93e4d9ba18931e7ceb592399e3522522939c07e924 |
|
MD5 | 243ada782b16f39a031b39523b4c4499 |
|
BLAKE2b-256 | a62f79ff7efc23e043627a5ed2093779ff57cd5b614b99cb6ad57ed55e0d3087 |