Skip to content

inaciocorrea/http-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Service

A simple HTTP service for tests purpose. All responses are JSON econded.

I've created to play with NodeJS & ExpressJS.

Possible requests:

/ - Hello word
/ip - Returns the Origin IP
/user-agent - Returns (guess what?) user-agent
/get - Returns data passed by GET
/status/:code - Returns given HTTP status code

Installation:

git clone licor/http-request
npm install
npm run

Special Thanks

This project is based on amazing service called httpbin.org. Thank you guys!

About

Simple HTTP server for tests purpose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published