Skip to content

common things that can be used when building web servers

License

Notifications You must be signed in to change notification settings

unprofession-al/httpthings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoDoc Go Report Card

httpthings

httpthings is a lose collection of thing I commonly use when building web servers. This is mainly for my personal used and allows me to keep the latest way I tend to do things in a central place.

If you like these things use them by copying the snippets needed to your repo. DO NOT USE THESE THINGS AS A REGULAR LIBRARY unless you are me. Because things will change and break your things.

Thing Description
github.com/unprofession-al/httpthings/respond Easily write HTTP responses to the client
github.com/unprofession-al/httpthings/endpoint In conjunction with package openapi, endpoint allows so setup a self-documenting http server
github.com/unprofession-al/httpthings/run Start a HTTP server that runs as a real server or in a server-less fashion

To see a thing than makes use of all the things, see example.

About

common things that can be used when building web servers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages