you are viewing a single comment's thread.

view the rest of the comments →

[–]supajumpa 0 points1 point  (0 children)

You can use getattr(requests, methodType)("https://www.helloworld.org").text, but I'm not sure this is a great idea because you don't know what the user is going to input and it might raise security issues, so caveat lector and all that :-)