Android-cuttlefish cvd tool
|
#include <http_client.h>
Public Member Functions | |
bool | HttpInfo () const |
bool | HttpSuccess () const |
bool | HttpRedirect () const |
bool | HttpClientError () const |
bool | HttpServerError () const |
std::string | StatusDescription () const |
Public Attributes | |
std::conditional< std::is_void_v< T >, HttpVoidResponse, T >::type | data |
long | http_code |
std::vector< HttpHeader > | headers |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
std::conditional<std::is_void_v<T>,HttpVoidResponse,T>::type cuttlefish::HttpResponse< T >::data |
std::vector<HttpHeader> cuttlefish::HttpResponse< T >::headers |
long cuttlefish::HttpResponse< T >::http_code |