raiqub/web is a library for the Go Programming Language. It provides a toolset to help HTTP server implementation.
To install raiqub/web library run the following command:
go get gopkg.in/raiqub/web.v0
To import this package, add the following line to your code:
import "gopkg.in/raiqub/web.v0"
Examples can be found on library documentation.
The tests can be run via the provided Makefile:
make test
raiqub/web is made available under the Apache Version 2.0 License.