uri_builder::set_scheme 方法

设置 URI 的方案。

uri_builder & set_scheme(
   const utility::string_t &scheme
);

参数

  • scheme
    URI 方案。

返回值

引用 uri_builder 以支持链接。

要求

**标头:**uri_builder.h

**命名空间:**web::http

请参见

参考

uri_builder 类