Values.DeviceProxySourceRepresents the http/s proxy configuration that will be applied to a device during a run.
type nonrec t = {host : DeviceProxyHost.t;Hostname or IPv4 address of the proxy.
*)port : DeviceProxyPort.t;The port number on which the http/s proxy is listening.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of DeviceProxyPort.t | `String of DeviceProxyHost.t ])
list ]