• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# HTTP-related classes and utilities.
2
3This directory hosts classes supporting the use of the HTTP protocol by the the
4rest of the client codebase. E.g. it defines an abstract interface for issuing
5HTTP requests, which can be implemented using different HTTP libraries on
6different platforms.
7