# Packages
Package api provides an http-rpc handler which provides the entire http request over rpc.
Package broker provides a go-micro/broker handler.
Package cloudevents provides a cloudevents handler publishing the event using the go-micro/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 go-micro/registry handler.
Package rpc is a go-micro 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 micro.Service.
# Interfaces
Handler represents a HTTP handler that manages a request.
# Type aliases
No description provided by the author