Why do i need PUT or DELETE Http Verbs ?
        Posted  
        
            by Barbaros Alp
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Barbaros Alp
        
        
        
        Published on 2010-03-22T15:40:55Z
        Indexed on 
            2010/04/03
            7:03 UTC
        
        
        Read the original article
        Hit count: 450
        
After the release of MVC 2, i have started to check and play with the new features. But i couldnt understand that why do i need to use PUT or DELETE verbs ?
I have searched about it and read some articles but i couldnt get it.
What is the main purpose of DELETE and PUT (and do they have any advantages rather than using a GET or POST method) even though i can handle all of the requests with GET and POST...
© Stack Overflow or respective owner