Skip to content

A simple echo REST api, written in .NET, returning info about the incoming HTTP request

License

Notifications You must be signed in to change notification settings

martinobordin/EchoREST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EchoREST

A simple echo REST api, written in .NET, returning info about the incoming HTTP request

How to use it

  1. Download the code & launch it OR simply run the docker image docker run -p 3000:80 bordinmartino/echorestOR simply access it using https://echorestbot.azurewebsites.net/
  2. Submit an HTTP request to the endopoint (if you like, use the requests.http file with Visual Studio)
  3. Check the history (last 10 requests) accessing /history endpoint
  4. Check the history details accessing /history/{id} endpoint

enter image description here

About

A simple echo REST api, written in .NET, returning info about the incoming HTTP request

Topics

Resources

License

Stars

Watchers

Forks