python - Scripting HTTP more effeciently -


often times want automate http queries. use java(and commons http client), prefer scripting based approach. quick , simple. can set header, go page , not worry setting entire oo lifecycle, setting each header, calling html parser... looking solution in language, preferable scripting

have @ selenium. generates code c#, java, perl, php, python, , ruby if need customize script.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -