Skip to content

An example of how to perform custom routing and manual file serving in Go.

Notifications You must be signed in to change notification settings

jstlwy/go_custom_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

go_custom_server

A purely experimental HTTP server in Go that eschews usage of http.FileServer and http.HandleFunc and instead uses a custom routing solution and manual file serving.

Likely very unsafe. This is strictly a learning exercise.

About

An example of how to perform custom routing and manual file serving in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages