# Packages
Package api provides an http-rpc handler which provides the entire http request over rpc.
Package event provides a handler which publishes an event.
Package http is a http reverse proxy handler.
No description provided by the author
Package rpc is a vine rpc handler.
Package web contains the web handler including websocket support.
# Functions
NewOptions fills in the blanks.
No description provided by the author
WithMaxRecvSize specifies max body size.
WithMetadata specifies metadata.
WithNamespace specifies the namespace for the handler.
WithRouter specifies a router to be used by the handler.
WithSelectStrategy specifies client selector strategy.
# Interfaces
Handler represents HTTP handler that manages a request.
# Type aliases
No description provided by the author