Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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