http_request::set_request_uri Method

Set the underling URI of the request message.

void set_request_uri(
   const uri& uri
);

Parameters

  • uri
    The uri for this message.

Requirements

Header: http_msg.h

Namespace: web::http

See Also

Reference

http_request Class