Android-cuttlefish cvd tool
Public Attributes | List of all members
cuttlefish::HttpRequest Struct Reference

#include <http_client.h>

Collaboration diagram for cuttlefish::HttpRequest:
Collaboration graph
[legend]

Public Attributes

HttpMethod method
 
std::string url
 
std::vector< std::string > headers
 
std::string data_to_write
 

Member Data Documentation

◆ data_to_write

std::string cuttlefish::HttpRequest::data_to_write

◆ headers

std::vector<std::string> cuttlefish::HttpRequest::headers

◆ method

HttpMethod cuttlefish::HttpRequest::method

◆ url

std::string cuttlefish::HttpRequest::url

The documentation for this struct was generated from the following file: