Skip to content

simple golang echo server useful for testing http requests

Notifications You must be signed in to change notification settings

frankf1957/echoserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

install from source

go get -u github.com/tednaleid/echoserver

fmt/lint/install

nocorrect go fmt && golint && go test ./... && go install

test GET with ganda

time seq 10000 | awk '{printf "http://localhost:1323/%s\n", $1}' | ganda -s

test POST with ganda using body

time seq 10000 | awk '{printf "http://localhost:1323/%s %s\n", $1, $1}' | ganda -s -X POST -d '{"id": "%s"}'

About

simple golang echo server useful for testing http requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%