Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httplog

release license PRs Welcome

HTTP logger for Golang's net/http

Installation

go get -u github.com/dundunlabs/httplog

Usage

package main

import (
	"net/http"

	"github.com/dundunlabs/httplog"
)

func main() {
	handler := httplog.NewHandler(http.DefaultServeMux)
	http.ListenAndServe(":8080", handler)
}

License

MIT


Enjoy your coding 🚀

About

HTTP logger for Golang's net/http

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages