Skip to content

cwinters8/generic-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

A generic Go HTTP server for the purpose of testing the rate limiter module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages