tree: 3e5fca0958fa42c3f250a10d7c2fbb00aea3fba8 [path history] [tgz]
  1. BUILD.gn
  2. DIR_METADATA
  3. net_util.cc
  4. net_util.h
  5. net_util_unittest.cc
  6. network_fetcher.cc
  7. network_fetcher.h
  8. network_fetcher_unittest.cc
  9. OWNERS
  10. proxy_configuration.cc
  11. proxy_configuration.h
  12. proxy_configuration_unittest.cc
  13. proxy_info.cc
  14. proxy_info.h
  15. proxy_info_unittest.cc
  16. README.md
  17. scoped_hinternet.cc
  18. scoped_hinternet.h
  19. scoped_winttp_proxy_info.h
components/winhttp/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.