TailscaleHttpRequest class abstract interface

One inbound HTTP request accepted from the tailnet.

Properties

body Stream<Uint8List>
Single-subscription request body stream.
no setter
contentLength int?
no setter
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
no setter
headersAll Map<String, List<String>>
no setter
host String
no setter
local TailscaleEndpoint
no setter
method String
no setter
protocolVersion String
no setter
remote TailscaleEndpoint
no setter
requestUri String
no setter
response TailscaleHttpResponse
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
respond({int statusCode = 200, Map<String, String>? headers, Object? body}) Future<void>
Convenience helper for complete non-hijacked responses.
toString() String
A string representation of this object.
inherited

Operators

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