Can Python Requests library be used on Google App Engine?

前端 未结 7 1098
温柔的废话
温柔的废话 2020-11-29 06:01

Can I use Requests on Google App Engine? I think this library is perfect to create a REST client.

相关标签:
7条回答
  • 2020-11-29 06:31

    No, in a more recent post, the developers say they do not support GAE because it's too different from python.

    0 讨论(0)
提交回复
热议问题