uri_builder::append Method
Appends an relative uri (Path, Query and fragment) at the end of the current uri.
_ASYNCRTIMP uri_builder &append(
const http::uri &relative_uri
);
Parameters
- relative_uri
The relative uri to append.
Return Value
A reference to this uri_builder to support chaining.
Requirements
Header: uri_builder.h
Namespace: web::http