package
2.9.1
Repository: https://github.com/micro/go-micro.git
Documentation: pkg.go.dev

# 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.
Package rpc is a go-micro 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.
WithNamespace specifies the namespace for the handler.
WithRouter specifies a router to be used by the handler.

# Variables

# 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