package
0.0.0-20250316015836-bfcb3d333c48
Repository: https://github.com/ahamlinman/hypcast.git
Documentation: pkg.go.dev

# Functions

HTTPHandler conveniently boxes an RPC handler function into an http.Handler, without requiring an explicit type argument for a HandlerFunc[T] conversion.

# Variables

MaxRequestBodySize is the maximum size of the HTTP body in an RPC request.

# Type aliases

HandlerFunc is a type for functions that handle RPC calls initiated by HTTP clients, accepting parameters decoded from JSON and returning an HTTP status code and optional JSON-encodable result body.