turl

Command-line tool to make plain TCP-based requests.

MIT License

Stars
12
Committers
2

Bot releases are hidden (Show)

turl - v1.0.0 Latest Release

Published by yilmaz08 3 months ago

v1.0.0 - 2024-07-22

Usage

Arguments

ADDR - Target Address eg: 127.0.0.1:80

Options

-c --content - Request Content (overwrites --content-file) eg: "GET / HTTP/1.1\r\nHost: 127.0.0.1:80\r\n\r\n"
--content-file - Request Content File eg: ./request-content.txt

-o --output - Output File eg: ./response-content.txt
-f --force - Force overwrite or lossy print

If --content and --content-file is not provided, turl will prompt for multi-line input that is used as the request content.