The Dirt on My Truck
· Home
Random Truck Rants
· My truck stats
· Problems I Had
· SAS FAQ
· My Parts List
Truck Write-ups
· ARB from CO2 tank
· Radiator skid plate
· How to Change Leaf Springs
· Tranmission Cooler Install
· Changing Shackle Bushings
Nerd Stuff
· pyHTTPConn
· My Resume
· My Public Key
· My vimrc File
· My bashrc File
· My inputrc File
· Server Setup
· Don't spread the virus!
· CVS Tutorial (external link)
· Aquarium HOWTO
Links
· phatpad.net (my cousin)
· Don't email my spam trap bobtest2@norcalttora.com


Powered by FreeBSD

pyHTTPConn, pyFormExtractor
Bob Van Zant
10/2004

pyHTTPConn is a generic, stateful HTTP library written in python. It builds upon httplib, a module that is a part of the python distribution. It aims to be simple to use while at the same time remaining useful for a wide range of applications.

An example is included in the docstring of the class. Also, the main() method shows a few basic tests.

pyFormExtractor is a simple class that builds upon pyHTTPConn, it will grab a page, and using HTMLParser it will parse out all of the forms and the links on a page. In this case example usage is only in the main() method of the file.

pyHTTPConn current release: pyHTTPConn-0-0-2