Skip to content

mganisin/http-echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple HTTP Echo Server

This is a simple HTTP server written in Go that echoes back the details of incoming requests as JSON.

Building the Docker Image

  1. Build the Docker image:
    docker build -t http-echo .

Running the Docker Container

  1. Run the Docker container:
    docker run --rm -p 8080:8080 http-echo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages