Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
net_util.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
net_util.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
net_util_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
network_fetcher.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
network_fetcher.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
network_fetcher_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
proxy_configuration.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
proxy_configuration.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
proxy_configuration_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
proxy_info.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
proxy_info.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
proxy_info_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
scoped_hinternet.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
scoped_hinternet.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
scoped_winttp_proxy_info.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.md

//components/winhttp

This component is a wrapper around the Microsoft Windows WinHTTP API. This component is meant to be used in contexts where Chrome’s regular network stack is not available, like in the Chrome updater and installer.

This component is designed to have minimal dependencies. For the moment, it depends only on //base and //url. It’s not anticipated that more dependencies will be required. To keep things simple, new dependencies are not desired.