blob: 54ca11e55e9f04591c71168cc53d2d0a5f4f77bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
.. _curlobject:
Curl Object
===========
.. autoclass:: pycurl.Curl
Curl objects have the following methods:
.. automethod:: pycurl.Curl.close
.. _setopt:
.. automethod:: pycurl.Curl.setopt
.. _perform:
.. automethod:: pycurl.Curl.perform
.. _perform_rb:
.. automethod:: pycurl.Curl.perform_rb
.. _perform_rs:
.. automethod:: pycurl.Curl.perform_rs
.. _getinfo:
.. automethod:: pycurl.Curl.getinfo
.. _getinfo_raw:
.. automethod:: pycurl.Curl.getinfo_raw
.. automethod:: pycurl.Curl.reset
.. _unsetopt:
.. automethod:: pycurl.Curl.unsetopt
.. automethod:: pycurl.Curl.pause
.. _errstr:
.. automethod:: pycurl.Curl.errstr
.. _errstr_raw:
.. automethod:: pycurl.Curl.errstr_raw
.. automethod:: pycurl.Curl.setopt_string
|