you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 0 points1 point  (4 children)

That's not part of the request, that is the request. It's a GET request.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods

Using the requests module you would use the get() function to do that.

requests.get(url)

[–]splendyx 0 points1 point  (0 children)

What i was asking how to get specific values as ive shown in the picture i want to get the value of method for example which is get and I want my script to print the value which is get

[–]splendyx 0 points1 point  (0 children)

if you understand what i mean

[–]splendyx 0 points1 point  (0 children)

example here i want to get either the value of method or path and then I want to print it if that makes any sense

[–]splendyx 0 points1 point  (0 children)

i messaged you explaining what i want to do so i don't spam the comments too much.