controlhttpcommon
packageThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Overview¶
Package controlhttpcommon contains common constants for usedby the controlhttp client and controlhttpserver packages.
Index¶
Constants¶
const HandshakeHeaderName = "X-Tailscale-Handshake"handshakeHeaderName is the HTTP request header that canoptionally contain base64-encoded initial handshakepayload, to save an RTT.
const UpgradeHeaderValue = "tailscale-control-protocol"UpgradeHeader is the value of the Upgrade HTTP header used toindicate the Tailscale control protocol.
Variables¶
This section is empty.
Functions¶
This section is empty.
Types¶
This section is empty.