在Flask模块中处理POST数据

时间:2015-12-20 01:01:29

标签: python flask

我使用帖子数据http://127.0.0.1:5000/download/get/url=ABCD发送请求。

我如何在密钥ABCD中获得价值url

这是我的代码:

@app.route('/download/get/', methods = 'POST')
def get():
    URL = # Something
    return URL

抱歉我的英文。

0 个答案:

没有答案