将其他路径追加到此 uri_builder 的路径。
_ASYNCRTIMP uri_builder &append_path(
const utility::string_t &path,
bool do_encoding = false
);
参数
path
作为已编码字符串追加的路径。do_encoding
指定是否将 URI 编码应用于给定字符串。
返回值
对支持链接的 uri_builder 的引用。
要求
**标头:**uri_builder.h
**命名空间:**web::http