Skip to content

A simple web server for printing HTTP requests to standard output

Notifications You must be signed in to change notification settings

xJonathanLEI/HttpToStdout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages