Name Date Size #Lines LOC

..--

curl/H25-Apr-2025-1,8761,267

java/H25-Apr-2025-840546

testing/H25-Apr-2025-614415

BUILDH A D25-Apr-20259.1 KiB277262

README.mdH A D25-Apr-2025293 75

http_client.hH A D25-Apr-202522.7 KiB46978

http_client_util.ccH A D25-Apr-20258.6 KiB247195

http_client_util.hH A D25-Apr-20255.8 KiB13654

http_client_util_test.ccH A D25-Apr-202512.7 KiB324242

http_federated_protocol.ccH A D25-Apr-202564.3 KiB1,4291,069

http_federated_protocol.hH A D25-Apr-202513.1 KiB307190

http_federated_protocol_test.ccH A D25-Apr-2025140.7 KiB3,0632,384

http_resource_metadata.protoH A D25-Apr-2025996 3025

http_secagg_send_to_server_impl.ccH A D25-Apr-202519.6 KiB453335

http_secagg_send_to_server_impl.hH A D25-Apr-20257.9 KiB182133

http_secagg_send_to_server_impl_test.ccH A D25-Apr-202534.8 KiB757641

in_memory_request_response.ccH A D25-Apr-202525.4 KiB608437

in_memory_request_response.hH A D25-Apr-202510 KiB252138

in_memory_request_response_test.ccH A D25-Apr-202568.3 KiB1,5771,239

protocol_request_helper.ccH A D25-Apr-202517 KiB378171

protocol_request_helper.hH A D25-Apr-20257.3 KiB17164

protocol_request_helper_test.ccH A D25-Apr-202533.1 KiB763607

README.md

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