python request.body怎么用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python request.body怎么用相关的知识,希望对你有一定的参考价值。

参考技术A 你说的是

1
“class Request( url[, data][, headers] [, origin_req_host][, unverifiable]) ”吧。
这是一个类阿。是提取url中的信息的阿

“This class is an abstraction of a URL request.”
就像你在百度里面搜索“python”一样。
用户点完enter键触发。
这时候
URL = "http://www.baidu.com/s?wd=python"
Request(URL)
这样就生成了一个类。你就可以用他来解析用户需求。

2
request( method, url[, body[, headers]])

This will send a request to the server using the HTTP request method method and the selector url. If the body argument is present, it should be a string of data to send after the headers are finished. The header Content-Length is automatically set to the correct value. The headers argument should be a mapping of extra HTTP headers to send with the request.本回答被提问者和网友采纳

以上是关于python request.body怎么用的主要内容,如果未能解决你的问题,请参考以下文章

Request.body 在第二次发布请求中未定义

lua脚本获取request body

Req.file 在尝试使用 multer 和 cloudinary 上传图片时返回 [object, object]

python爬虫做好了怎么用pandas保存为excle文件?

Tastypie 不发送 cookie

ReverseProxy 取决于 golang 中的 request.Body