Probe is a tiny cURL-like tool with support for HTTPS, Websocket, an TCP.
Probe can be built with the cargo
tool.
# Debug mode
cargo build
# Release mode
cargo build --release
probe http -X GET --header "Content-Type: application/json" https://httpbin.org/status/200
This starts an interactive session.
probe web-socket wss://echo.websocket.org
This starts an interactive session.
probe tcp tcpbin.com:4242