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

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.