package
2.6.0
Repository: https://github.com/plgd-dev/go-coap.git
Documentation: pkg.go.dev

# Functions

NewRouter allocates and returns a new Router.

# Structs

Message contains message with sequence number.
No description provided by the author
RouteParams contains all the information related to a route.
Router is an COAP request multiplexer.

# Interfaces

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

# Type aliases

No description provided by the author
The HandlerFunc type is an adapter to allow the use of ordinary functions as COAP handlers.
MiddlewareFunc is a function which receives an Handler and returns another Handler.