put cookies from curl handle to cj
(self)
| 147 | |
| 148 | |
| 149 | def addCookies(self): |
| 150 | """ put cookies from curl handle to cj """ |
| 151 | if self.cj: |
| 152 | self.cj.addCookies(self.c.getinfo(pycurl.INFO_COOKIELIST)) |
| 153 | |
| 154 | def getCookies(self): |
| 155 | """ add cookies from cj to curl handle """ |