xref: /aosp_15_r20/external/federated-compute/fcp/client/http/README.md (revision 14675a029014e728ec732f129a32e299b2da0601)
1*14675a02SAndroid Build Coastguard Worker# HTTP-related classes and utilities.
2*14675a02SAndroid Build Coastguard Worker
3*14675a02SAndroid Build Coastguard WorkerThis directory hosts classes supporting the use of the HTTP protocol by the the
4*14675a02SAndroid Build Coastguard Workerrest of the client codebase. E.g. it defines an abstract interface for issuing
5*14675a02SAndroid Build Coastguard WorkerHTTP requests, which can be implemented using different HTTP libraries on
6*14675a02SAndroid Build Coastguard Workerdifferent platforms.
7