PycURl is a python binding library for libcurl written in C language. libcurl is a free, easy-to-use URL transport library for client-side applications. Its functions are very powerful. PycURL is a very fast (refer to multiple concurrent operations) and feature-rich, but somewhat complex interface.
pycurl is a libcurl Python implementation written in c language. It is very powerful and supports operation protocols such as FTP, HTTP, HTTPS, TELNET, etc.
Description of common methods of the module:
close() method, corresponding to the curl_easy_cleanup method in the libcurl package, has no parameters, and implements closing and recycling Curl objects.
·Perform() method, corresponding to the curl_easy_perform method in the libcurl package, has no parameters, and implements the submission of Curl object requests.
·setopt(option,value) method corresponds to the curl_easy_setopt method in the libcurl package. The parameter option is specified through the constant of libcurl. The value of the parameter value will depend on the option, which can be a string, integer, or long Type, file object, list or function, etc.
pycurl.Curl() #Create a curl object
c.setopt(pycurl.CONNECTTIMEOUT,5) #Waiting time for the connection, set to 0 to not wait
c.setopt(pycurl.TIMEOUT,5) #Request timeout
c.setopt(pycurl.NOPROGRESS,0) #Whether to block the download progress bar, if not 0, block it
c.setopt(pycurl. MAXREDIRS,5) #Specify the maximum number of HTTP redirects
c.setopt(pycurl.FORBID_REUSE,1) #Forcibly disconnect after completing the interaction and not reuse
c.setopt(pycurl.FRESH_CONNECT,1) # Force to obtain a new connection, that is, replace the connection in the cache
c.setopt(pycurl.DNS_CACHE_TIMEOUT,60) #Set the time to save DNS information, the default is 120 seconds
c.setopt(pycurl.URL,"http ://www.baidu.com") #Specify the requested URL
c.setopt(pycurl.USERAGENT,"Mozilla/5.2(compatible;MSIE6.0;WindowsNT5.1;SV1;.NETCLR1.1.4322;.NETCLR2 .0.50324)")#Configure the User-Agent that requests the HTTP header
c.setopt(pycurl.HEADERFUNCTION,getheader) #Direct the returned HTTPHEADER to the callback function getheader
c.setopt(pycurl.WRITEFUNCTION,getbody) #Direct the returned content to the callback function getbody
c.setopt(pycurl.WRITEHEADER,fileobj) #Direct the returned HTTPHEADER to the fileobj file object
c.setopt(pycurl.WRITEDATA,fileobj) #Direct the returned The HTML content is directed to the fileobj file object
·getinfo(option) method, corresponding to the curl_easy_getinfo method in the libcurl package. The parameter option is specified through the constant of libcurl
c=pycurl.Curl( ) #Create a curl object
c.getinfo(pycurl.HTTP_CODE) #The returned HTTP status code
c.getinfo(pycurl.TOTAL_TIME) #The total time spent at the end of the transmission
c.getinfo(pycurl .NAMELOOKUP_TIME) #The time consumed by DNS resolution
c.getinfo(pycurl.CONNECT_TIME) #The time consumed by establishing a connection
c.getinfo(pycurl.PRETRANSFER_TIME) #The time consumed from establishing the connection to preparing for transmission
c.getinfo(pycurl.STARTTRANSFER_TIME) #The time consumed from establishing the connection to the start of transmission
c.getinfo(pycurl.REDIRECT_TIME) #The time consumed by redirection
c.getinfo(pycurl.SIZE_UPLOAD) #Upload packet size
c.getinfo(pycurl.SIZE_DOWNLOAD) #Download packet size
c.getinfo(pycurl.SPEED_DOWNLOAD) #Average download speed
c.getinfo(pycurl.SPEED_UPLOAD) #Average upload Speed
c.getinfo(pycurl.HEADER_SIZE) #HTTP header size
Related recommendations:
The above is the detailed content of Briefly talk about Python's pycurl module_python. For more information, please follow other related articles on the PHP Chinese website!

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于Seaborn的相关问题,包括了数据可视化处理的散点图、折线图、条形图等等内容,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于进程池与进程锁的相关问题,包括进程池的创建模块,进程池函数等等内容,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于简历筛选的相关问题,包括了定义 ReadDoc 类用以读取 word 文件以及定义 search_word 函数用以筛选的相关内容,下面一起来看一下,希望对大家有帮助。

VS Code的确是一款非常热门、有强大用户基础的一款开发工具。本文给大家介绍一下10款高效、好用的插件,能够让原本单薄的VS Code如虎添翼,开发效率顿时提升到一个新的阶段。

pythn的中文意思是巨蟒、蟒蛇。1989年圣诞节期间,Guido van Rossum在家闲的没事干,为了跟朋友庆祝圣诞节,决定发明一种全新的脚本语言。他很喜欢一个肥皂剧叫Monty Python,所以便把这门语言叫做python。

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于数据类型之字符串、数字的相关问题,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于numpy模块的相关问题,Numpy是Numerical Python extensions的缩写,字面意思是Python数值计算扩展,下面一起来看一下,希望对大家有帮助。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver CS6
Visual web development tools

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment
