Request.metthod what is?

request.metthod == GET and request.metthod == POST means

Hello Yashu, these are the http requests. GET and POST are most of the important requests. By GET request we means that we need the data/details at that particular url and by POST request we need to fill in the details on some of the form or any such details so that the system can create or save it to create the object. So here by request.method we specify what type of request we want to access whether we want to read the data or we want to write the data.
I hope it is clear to you, incase there is any confusion pls ask, we will try our best to help you out!!
Incase it is clear to you pls provide the feedback, it is important for us so as to improve.
Thanks :slight_smile:
Happy Coding !!

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.