What are the different types of reuest in python?



What are the different types of reuest in python?..

Answer / Pranveer Kumar

In Python, a request can be one of several HTTP methods such as GET (used to retrieve data), POST (used to send data), PUT (used to update data), DELETE (used to delete data), and others.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Is Python object-oriented or functional programming?

2 Answers  


What is python __ init __ method?

1 Answers  


How does python interpreter work?

1 Answers  


Why is python good for beginners?

1 Answers  


Explain about membership operator in python?

1 Answers  


What is Dict and List comprehensions are?

1 Answers  


Can we write else statement try block in python?

1 Answers  


What does by python a scripting language?

1 Answers  


How to use decorators in Python?

2 Answers  


What does do in python?

1 Answers  


What is difference between sort and sorted in python?

1 Answers  


How do you sort in descending order in python?

1 Answers  


Categories