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

# Packages

No description provided by the author
Package handler provides http handlers.
Package resolver resolves a http request to an endpoint.
Package router provides api service routing.
Package server is an API Gateway.

# Functions

No description provided by the author
No description provided by the author
Decode decodes endpoint metadata into an endpoint.
No description provided by the author
No description provided by the author
No description provided by the author
Encode encodes an endpoint to endpoint metadata.
RequestPayload takes a *http.Request and returns the payload If the request is a GET the query string parameters are extracted and marshaled to JSON and the raw bytes are returned.
No description provided by the author
No description provided by the author
Validate validates an endpoint to guarantee it won't blow up when being served.
WithEndpoint for api.
No description provided by the author

# Structs

Endpoint is a mapping between an RPC method and HTTP endpoint.
No description provided by the author
Service represents an API service.

# Interfaces

No description provided by the author
Server serves api requests.

# Type aliases

No description provided by the author
No description provided by the author