Categorygithub.com/comcast/webpa-common
module
0.9.0-alpha
Repository: https://github.com/comcast/webpa-common.git
Documentation: pkg.go.dev

# README

webpa-common

Build Status codecov.io Go Report Card

# Packages

Package concurrent provides common functionality for dealing with concurrency that extends or enhances the core golang packages.
Package conlimiter provides a simple connection limiter for incoming TCP connections.
No description provided by the author
Package fact exposes contextual information about the environment and the requests being made to a server.
No description provided by the author
Package handler provides standard HTTP handlers for the WebPA servers.
Package httperror provides common error handling, particularly around golang errors and responses */.
Package httppool provides a simple, configurable worker pool for dispatching HTTP transactions to servers.
No description provided by the author
Package resource provides common resource-handling functionality.
No description provided by the author
Package server provides the standard approach to executing servers for WebPA */.
Package service provides basic integration with go.serversets */.
Package store implements some additional atomic value storage on top of sync/atomic.