#http-request #http #httpbin #requestbin

app httprint

Logs HTTP requests to the console for debugging

1 unstable release

0.1.0 Jan 16, 2023

#780 in Debugging

Unlicense

5KB
85 lines

HTTPrint

Listen to HTTP requests and prints to the console information about the request.

Installation

cargo install httprint

Usage

$ httprint --help
Usage: httprint [ADDRESS]

Parameters:
  ADDRESS       Address to listen (default: 127.0.0.1:8000)

Dependencies

~380KB