Categorygithub.com/dundunlabs/httplog
modulepackage
1.1.0
Repository: https://github.com/dundunlabs/httplog.git
Documentation: pkg.go.dev

# README

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 🚀

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author