dropbox / dropbox-sdk-obj-c

Official Objective-C SDK for the Dropbox API v2.
MIT License
183 stars 117 forks source link

[ObjectiveDropbox] Update DBTransportBaseHostnameConfig with downloadContentHost #381

Closed jamesyangf closed 6 months ago

jamesyangf commented 6 months ago

Download Content Host changes for ObjectiveDropbox Content host for download style request will be different than for upload style. In order to reflect that, we added the downloadContentHost variable just for download style request.

Caller of this class will be able to pass in the host of their choice for download content host and the reason for that is we would like to utilize HTTP/2 benefits for download style requests if we want to.

CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.