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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -