package
0.0.0-20181003211919-798156fdb816
Repository: https://github.com/digitalbitsorg/go.git
Documentation: pkg.go.dev

# Packages

Package httptest enhances the stdlib net/http/httptest package by integrating it with gopkg.in/gavv/httpexpect.v1, reducing the boilerplate needed for http tests.
Package mutil contains various functions that are helpful when writing http middleware.
No description provided by the author

# Functions

Run starts an http server using the provided config struct.

# Constants

DefaultListenAddr represents the default address and port on which a server will listen, provided it is not overridden by setting the `ListenAddr` field on a `Config` struct.
DefaultShutdownGracePeriod represents the default time in which the running process will allow outstanding http requests to complete before aborting them.

# Structs

Config represents the configuration of an http server that can be provided to `Run`.