TailscaleHttpServer class abstract interface

A live tailnet HTTP server.

Properties

done Future<void>
Completes when close has completed.
no setter
hashCode int
The hash code for this object.
no setterinherited
requests Stream<TailscaleHttpRequest>
Single-subscription stream of inbound HTTP requests.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tailnet TailscaleEndpoint
Tailnet endpoint where other nodes can reach this HTTP server.
no setter

Methods

close() Future<void>
Stops accepting new HTTP requests.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited