I'd like to make some scripted like network traffic from an android phone. Is it possible to complete the task by making an HTTP request from adb shell? I noticed there is "adb shell ping" command that may test the network connectivity, but it does not generate HTTP request. I am thinking something like some utility similar to telnet.
EDIT: I see Open a broswer will serve my purpose, although not quite elegantly Need command line to start web browser using adb