|
Android-cuttlefish cvd tool
|
#include <functional>#include <optional>#include <string>#include <string_view>#include <type_traits>#include <vector>#include "fmt/format.h"#include "cuttlefish/result/result.h"

Go to the source code of this file.
Classes | |
| struct | cuttlefish::HttpVoidResponse |
| struct | cuttlefish::HttpHeader |
| struct | cuttlefish::HttpResponse< T > |
| struct | cuttlefish::HttpRequest |
| class | cuttlefish::HttpClient |
Namespaces | |
| namespace | cuttlefish |
Enumerations | |
| enum class | cuttlefish::HttpMethod { cuttlefish::kGet , cuttlefish::kPost , cuttlefish::kDelete , cuttlefish::kHead } |
Functions | |
| std::optional< std::string_view > | cuttlefish::HeaderValue (const std::vector< HttpHeader > &headers, std::string_view header_name) |