Skip to content

catvec/Header-Debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Header Debugger

A quick NodeJS program I made to spit out the headers on an HTTP request, used for debugging.

Table Of Contents

Overview

Starts a server on port 3000 with responds to every request with the headers present in that request.

Useful for debugging HTTP requests you are sending to remote servers to ensure you are formatting them correctly.

Usage

First install packages:

npm install

Then run:

npm start

About

A quick NodeJS program I made to spit out the headers on an HTTP request, used for debugging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors