# HTTP-related classes and utilities.

This directory hosts classes supporting the use of the HTTP protocol by the the
rest of the client codebase. E.g. it defines an abstract interface for issuing
HTTP requests, which can be implemented using different HTTP libraries on
different platforms.
