← Back to tools
View AGENTS.md for turl
Description
tURL is a command-line tool for making plain TCP-based requests. It provides a simple interface for sending raw TCP data and receiving responses.
AI Summary
CLI tool for making plain TCP-based requests and viewing responses
Capabilities
- + Make plain TCP requests
- + Send raw TCP data
- + Receive and display responses
Use When
- → When you need to make raw TCP requests
- → When debugging TCP-based protocols
Avoid When
- x When you need HTTP-level features (use curl)