Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 471 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 471 Bytes

Generic Go HTTP Server

This is a generic Go HTTP server for the purpose of testing the rate limiter module.

Running with Air

Requires Air to be installed.

air

Running with a static binary

go build -o ./tmp/main .
./tmp/main

Endpoints

Only the / endpoint is currently implemented.

curl --request GET --url http://localhost:8080/