package
5.0.2
Repository: https://github.com/go-micro/microwire.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.
WithClient sets the client for the handler.
WithLogger specifies the logger.
WithMaxRecvSize specifies max body size.
WithNamespace specifies the namespace for the handler.
WithRouter specifies a router to be used by the handler.

# Variables

DefaultMaxRecvSize is 10MiB.

# Structs

Options is the list of api Options.

# Interfaces

Handler represents a HTTP handler that manages a request.

# Type aliases

Option is a api Option.