xJonathanLEI / HttpToStdout

A simple web server for printing HTTP requests to standard output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP to Stdout

A simple .NET tool for printing incoming HTTP requests to console.

TODOs:

  • Support HTTPS
  • Support binary request body

Installation

Install it as a global tool via NuGet:

dotnet tool install -g HttpToStdout

Usage

Start the server on default port (8080):

http2stdout

Start the server on a custom port:

http2stdout -p 3000

Simply press Ctrl+C to stop the server.

About

A simple web server for printing HTTP requests to standard output


Languages

Language:C# 100.0%