Categorygithub.com/webnice/web/v2
package
2.0.3
Repository: https://github.com/webnice/web.git
Documentation: pkg.go.dev

# Packages

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

# README

web

GoDoc Go Report Card Coverage Status Build Status CircleCI

Description

This is a micro framework for create web servers, based on net/http with manage and route functions.

Framework do not interfere with the style of your code and do not require to somehow modify Handlers and HandlerFunc functions. But at the same time framework adds to your application a full-functions routing, middlewares and lots of useful functionality or just simplifies your code.

Dependencies

none

Install

go get github.com/webnice/web/v2