Skip to content

This is a basic go web app which can be used for debugging or testing purposes.

Notifications You must be signed in to change notification settings

snkshukla/go-web-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang basic web app

This application does very little and is meant for only testing purposes:

  1. It allows you to reach it with any path, i.e. accepts all paths
  2. It logs the request it received and the headers in the request
  3. It sends a 200 response for all requests and sends the request url and the headers back in the json response(body)

About

This is a basic go web app which can be used for debugging or testing purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published