Google Cloud Storage C++ Client  1.42.0
A C++ Client Library for Google Cloud Storage
Public Types | List of all members
google::cloud::storage_experimental::HttpVersionOption Struct Reference

Set the HTTP version used by the client. More...

#include <google/cloud/storage/options.h>

Public Types

using Type = std::string
 

Detailed Description

Set the HTTP version used by the client.

If this option is not provided, or is set to default then the library uses libcurl's default, typically HTTP/2 with SSL. Possible settings include:

Definition at line 48 of file options.h.

Member Typedef Documentation

◆ Type

Definition at line 49 of file options.h.