【问题标题】:How to make a patch request with Kivy UrlRequest如何使用 Kivy UrlRequest 发出补丁请求
【发布时间】:2020-03-27 22:06:45
【问题描述】:

如何使用 Kivy 的 UrlRequest 向网络发出补丁请求?

【问题讨论】:

  • 谁知道怎么做...可能很多人来回答你的问题

标签: python kivy


【解决方案1】:

kivy docs for urlRequest中所述

from kivy.network.urlrequest import UrlRequest
req = UrlRequest(url, on_success, on_redirect, on_failure, on_error,
                 on_progress, req_body, req_headers, chunk_size,
                 timeout, method, decode, debug, file_path, ca_file,
                 verify)

使用补丁作为method的参数

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2017-07-07
    • 1970-01-01
    • 1970-01-01
    • 2017-10-22
    • 2014-04-20
    • 2013-11-16
    • 1970-01-01
    相关资源
    最近更新 更多