|  | Home | Libraries | People | FAQ | More | 
            (Inherited from http::header)
          
Return the request-method verb.
verb method() const;
            If the request-method is not one of the recognized verbs, http::unknown is returned. Callers
            may use http::header::method_string to retrieve the
            exact text.
          
            This function is only available when isRequest
            == true.