|  | Home | Libraries | People | FAQ | More | 
            (Inherited from http::header)
          
Returns the request-target string.
string_view target() const;
The request target string returned is the same string which was received from the network or stored. In particular, it will contain url-encoded characters and should follow the syntax rules for URIs used with HTTP.
            This function is only available when isRequest
            == true.