Skip to content

ojwm/go-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3ef209b · Dec 18, 2021

History

19 Commits
Aug 3, 2021
Aug 3, 2021
Aug 4, 2021
Aug 4, 2021
Dec 18, 2021

Repository files navigation

Go HTTP Server

Simple HTTP server.

Instructions

  1. Run the server:

    go run main.go

/api/health

  1. Open http://localhost:9000/api/health in a browser or use curl:

    $ curl http://localhost:9000/api/health
    {"ok":true}

/mp3

  1. Add the music file to files:

    mkdir files && \
    curl --location https://freemusicarchive.org/track/Marsel_Minga_-_01_-_Demonstration/download \
    --output files/Marsel_Minga_-_01_-_Demonstration.mp3
  2. Open http://localhost:9000/mp3 in a browser or use curl:

    curl http://localhost:9000/mp3 --output Marsel_Minga_-_01_-_Demonstration.mp3

About

Simple HTTP server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages