Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
Loading...
Searching...
No Matches
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:

Member Typedef Documentation

◆ Type