How can I find out which method (usually GET or POST) is used for the current request?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
See the docs. It will contain the request method upper-cased (i.e. 'GET', 'HEAD', 'POST', 'PUT'). |
|||
|
|
|
|||||
|