twisted web client
Sergey Alembekov <[email protected]> Thu, 13 Jun 2013 18:24:38 +0400
| Newsgroups | gmane.comp.python.twisted.web |
|---|---|
| Message-ID | <[email protected]> |
Hi there! I'm new in twisted, sorry if my question are stupid. I want to make tones of http get's to different urls and measure time for every request. I have tryed to use client.HTTPClientFactory for it, but it wants url as argument and i whink it's wrong to make a factory for every url. So, am i wrong? What class i must use for my needs? __ Regards, Sergey.