Home » 
        MCQs » 
        Flask MCQs
    
        
    Which of the following method replaces the submitted content with all current representations of the target resource?
    
    
    
	21. Which of the following method replaces the submitted content with all current representations of the target resource?
    
      - Get
- Head
- Post
- Put
- Delete
Answer: D) Put
    Explanation:
    The put method replaces the submitted content with all current representations of the target resource.