| Home | Trees | Indices | Help |
|
|---|
|
|
Patching Richard Jones' webunit for FunkLoad. * Add cache for links (css, js) * store a browser history * add headers * log response * remove webunit log * fix HTTPResponse __repr__ * patching webunit mimeEncode to be rfc 1945 3.6.2 compliant using CRLF * patching to remove cookie with a 'deleted' value * patching to have application/x-www-form-urlencoded by default and only multipart when a file is posted * patch fetch postdata must be [(key, value) ...] no more dict or list value $Id: PatchWebunit.py 24649 2005-08-29 14:20:19Z bdelbosc $
|
|||
|
FKLIMGSucker Image and links loader, patched to log response stats. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
valid_url = re.compile(r'
|
|||
BOUNDARY =
|
|||
SEP_BOUNDARY =
|
|||
END_BOUNDARY =
|
|||
|
|||
Run a single test request to the indicated url. Use the POST data if supplied. Accepts key and certificate file paths for https (ssl/tls) connections. Raises failureException if the returned data contains any of the strings indicated to be Error Content. Returns a HTTPReponse object wrapping the response from the server. |
|
|||
valid_url
|
SEP_BOUNDARY
|
END_BOUNDARY
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jan 5 09:13:27 2010 | http://epydoc.sourceforge.net |