In which of the following HTTP methods a request is made to the server to create a new resource based on the data contained in the request body?

🎲 Try a Random Question  |  Total Questions in Quiz: 65  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
CherryPy Practice Test Questions — practice the complete quiz, review flashcards, or try a random question.

CherryPy is an object-oriented web application framework using the Python programming language. It is designed for rapid development of web applications by wrapping the HTTP protocol but stays at a low level and does not offer much more than what is defined in RFC 7231.
Flask vs CherryPy: Unlike Flask, CherryPy does not provide built-in unit testing support.


In which of the following HTTP methods a request is made to the server to create a new resource based on the data contained in the request body?