# README
web
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
# 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
Package proxyproto implements Proxy Protocol (v1 and v2) parser and writer, as per specification: http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt.
No description provided by the author
No description provided by the author
# Functions
ErrAlreadyRunning Error: Web server already running.
ErrListenSystemdFDS Error: Environment variable LISTEN_FDS is empty or contains an invalid value.
ErrListenSystemdNotFound Error: Systemd socket with name not found.
ErrListenSystemdPID Error: Environment variable LISTEN_PID is empty or contains an invalid value.
ErrListenSystemdUnexpectedNumber Error: Unexpected number of socket activation fds.
ErrNoConfiguration Error: Web server configuration is missing or nil.
Errors All errors of a known state that can return functions of the package.
ErrTLSIsNil Error: TLS configuration is empty.
New is a constructor of new web server implementation.
# Structs
Configuration Структура конфигурации веб сервера.
No description provided by the author
# Interfaces
Interface is an interface.