Http class abstract
HTTP-specific conveniences routed through the embedded tailnet node.
Reached via Tailscale.http.
Constructors
- Http()
Properties
- client → Client
-
An http.Client where every request routes over the tailnet.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
bind(
{required int port}) → Future< TailscaleHttpServer> - Binds a tailnet HTTP port and exposes inbound requests as fd-backed Dart request objects.
-
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