package
0.0.0-20181115115248-6e6dd03ff0b1
Repository: https://github.com/solution/go-httpwares.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

DecodePingBack returns a parsed PingBackResponse for assertion purposes.
NewMutexReadWriter creates a new thread-safe io.ReadWriter.
PingBackHandler is an http.Handler that pings back the request info as JSON.

# Constants

No description provided by the author

# Structs

MutexReadWriter is a io.ReadWriter that can be read and worked on from multiple go routines.
PingBackResponse is a JSON struct that encodes the inbound request.
WaresTestSuite is a testify/Suite that starts a gRPC PingService server and a client.