requests property

Stream<TailscaleHttpRequest> get requests

Single-subscription stream of inbound HTTP requests.

Listening starts a background accept loop. Canceling the subscription closes the server. Paused subscriptions use a bounded pending-accept queue; if Go's native backlog fills, new wire clients receive HTTP 503.

Implementation

Stream<TailscaleHttpRequest> get requests;