Variable Request._method

method (GET, POST, ...)

struct Request
{
  // ...
  string _method ;
  // ...
}