uri_builder::append_path Method

Appends another path to the path of this uri_builder.

_ASYNCRTIMP uri_builder &append_path(
   const utility::string_t &path,
   bool do_encoding = false
);

Parameters

  • path
    Path to append as a already encoded string.

  • do_encoding
    Specify whether to apply URI encoding to the given string.

Return Value

A reference to this uri_builder to support chaining.

Requirements

Header: uri_builder.h

Namespace: web::http

See Also

Reference

uri_builder Class