Http

data class Http(val baseUrl: String) : TransportSpec(source)

HTTP transport (PhoneAPI over HTTP; see protocol.md §4).

Parameters

baseUrl

the device's HTTP base URL (e.g., "http://192.168.1.42:8080")

Constructors

Link copied to clipboard
constructor(baseUrl: String)

Properties

Link copied to clipboard
Link copied to clipboard

Deterministic identity for storage keying.