package
2.0.17+incompatible
Repository: https://github.com/mutablelogic/go-server.git
Documentation: pkg.go.dev

# Functions

Return the address parameter from the context, or zero value if not defined.
Return the admin parameter from the context, or zero value if not defined.
ContextForSignal returns a context object which is cancelled when a signal is received.
Stringify the context values to an io.Writer object.
Return the label parameter from the context, or zero value if not defined.
Return the name parameter from the context, or zero value if not defined.
Return the name and label parameter from the context, or zero value if not defined.
Return the path parameter from the context, or zero value if not defined.
Return the admin parameter from a HTTP request, or zero value if not defined.
Return the name parameter from a HTTP request, or zero value if not defined.
Return the parameters from a HTTP request, or nil if not defined.
Return the prefix parameter from a HTTP request, or zero value if not defined.
Return a context with the given address string.
Return a context with the given admin flag.
Return a context object with a function to cancel the context.
Return a context with the given name.
Return a context with the given name and label.
Return a context with the given path string.
Return a context with the given prefix and parameters.