package
1.0.1-rc2
Repository: https://github.com/stack-labs/stack.git
Documentation: pkg.go.dev

# Packages

Package api provides an http-rpc handler which provides the entire http request over rpc.
Package broker provides a stack/broker handler.
Package cloudevents provides a cloudevents handler publishing the event using the stack/client.
Package event provides a handler which publishes an event.
Package file serves file relative to the current directory.
Package http is a http reverse proxy handler.
Package registry is a stack/registry handler.
Package rpc is a stack rpc handler.
Package udp reads and write from a udp connection.
Package unix reads from a unix socket expecting it to be in /tmp/path.
Package web contains the web handler including websocket support.

# Functions

NewOptions fills in the blanks.
WithNamespace specifies the namespace for the handler.
WithRouter specifies a router to be used by the handler.
WithService specifies a stack.Service.

# Structs

No description provided by the author

# Interfaces

Handler represents a HTTP handler that manages a request.

# Type aliases

No description provided by the author