Skip to content

Golang standard lib web server echoing the requested path value

License

Notifications You must be signed in to change notification settings

blewater/echopathws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echo path web server

A simple localhost golang standard web server at the requested port or with a fallback 8770 port responding with the requested path.

Launch:

λ go run echopathws.go 8770

Starting localhost:8770...

Set HTTP handler @ localhost:8770...

Example:

Http Get Request:

http://localhost:8770/simple web request/

Html Response:

"simple web request/"

About

Golang standard lib web server echoing the requested path value

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages