Skip to content

Small Golang utils I use in various Golang web apps

License

Notifications You must be signed in to change notification settings

aqtrans/httputils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This library includes functions of various usefulness that I use in my Golang web applications.

Included amongst them are:
- A single function to setup handlers for /assets/, /favicon.{ico,png}, and /robots.txt
    - All served from a relative ./assets/ directory
    - /assets/ allows for easy serving of CSS and such
- Generate random bytes and strings
- HTTP logger middleware
- Some html/template helpers

About

Small Golang utils I use in various Golang web apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages