Add a timeout parameter to HostingServiceHTTPRequest.open.
Review Request #15162 — Created July 9, 2026 and updated — Latest diff uploaded
This change adds a new parameter to
HostingServiceHTTPRequest's
open()method to plumb a timeout through to the underlying URL opener.
Ran unit tests.