gpt4 book ai didi

ios - 使用 iOS 客户端库将自定义 header 添加到 iOS (Swift) 中的 Cloud Endpoints 调用

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:27:55 25 4
gpt4 key购买 nike

在 iOS 应用(使用 Swift)中使用 Cloud Endpoints 执行 API 调用时如何添加自定义 header ?

这是针对 Android 回答的相同问题,但我在任何地方都找不到 iOS 示例:

Modify HTTP headers in Google App Engine Endpoints (Android)

谢谢!

最佳答案

您可以使用与每个 GTLService 基类关联的附加 HTTPHeaders 属性。例如

var service = GTLServiceTictactoe()
service.retryEnabled = YES
service.additionalHTTPHeaders = ["my custom header name " : "my custom header value"]
....

这是文档中对该属性的描述

/**
* Any additional HTTP headers for this queries executed by this service.
*
* Individual queries may have additionalHTTPHeaders specified as well.
*/
@property(atomic, copy, nullable) NSDictionary<NSString *, NSString *> *additionalHTTPHeaders;

关于ios - 使用 iOS 客户端库将自定义 header 添加到 iOS (Swift) 中的 Cloud Endpoints 调用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41776645/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com