Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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