xref: /aosp_15_r20/external/federated-compute/fcp/client/http/README.md (revision 14675a029014e728ec732f129a32e299b2da0601)
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