What I mean is, why just let the put
and delete
as same as get
and post
,
they are all http
method, when I want use put
and delete
,
I have to do some special trick, like use methodoverride
,
Is there some technical problem about letting the same?