package
0.0.0-20211002182029-11da932010b6
Repository: https://gitlab.com/NebulousLabs/go-upnp.git
Documentation: pkg.go.dev

# Functions

NewHTTPUClient creates a new HTTPUClient, opening up a new UDP socket for the purpose.
Serve messages received on the given packet listener to the given handler.

# Constants

No description provided by the author

# Structs

HTTPUClient is a client for dealing with HTTPU (HTTP over UDP).
A Server defines parameters for running an HTTPU server.

# Interfaces

Handler is the interface by which received HTTPU messages are passed to handling code.

# Type aliases

HandlerFunc is a function-to-Handler adapter.