【发布时间】:2020-06-12 02:46:51
【问题描述】:
尝试从我们的 React Native 应用程序运行原始 cURL(需要指定 HTTP1.1 连接)。这可以在 React Native 中实现吗?
curl -X POST 'https://example.com/Authentication/connect/token' --http1.1 -H 'Content-Type: application/x-www-form-urlencoded
【问题讨论】:
标签: javascript react-native http curl http2