zurl

HTTP and WebSocket client worker with ZeroMQ interface

brewmacoslinux
Try with needOr install directly
Source

About

HTTP and WebSocket client worker with ZeroMQ interface

Commands

zurl

Examples

Make a simple HTTP GET request$ zurl http://example.com
Make an HTTP POST request with custom headers$ zurl -X POST -H 'Content-Type: application/json' http://api.example.com/endpoint
Connect to a WebSocket server$ zurl ws://example.com/socket