Network API The following operations are added to the API: Actions addAlias (name* enabled): Adds an alias for the local servers/proxies. name: The name of the alias. enabled: The enabled state, true or false. addHttpProxyExclusion (host* enabled): Adds a host to be excluded from the HTTP proxy. host: The value of the host, a regular expression. enabled: The enabled state, true or false. addLocalServer (address* port* api proxy behindNat decodeResponse removeAcceptEncoding): Adds a local serv...