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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -