Skip to content
/ probe Public

Probe is a tiny cURL-like tool with multi-protocol support

License

Notifications You must be signed in to change notification settings

c16a/probe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Probe

Probe is a tiny cURL-like tool with support for HTTPS, Websocket, an TCP.

Building

Probe can be built with the cargo tool.

# Debug mode
cargo build

# Release mode
cargo build --release

Usage

HTTP

probe http -X GET --header "Content-Type: application/json" https://httpbin.org/status/200 

Websocket

This starts an interactive session.

probe web-socket wss://echo.websocket.org

TCP

This starts an interactive session.

probe tcp tcpbin.com:4242

About

Probe is a tiny cURL-like tool with multi-protocol support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages