接口 WebClient.UriSpec<S extends WebClient.RequestHeadersSpec<?>>

    • 方法详细资料

      • uri

        S uri​(URI uri)
        Specify the URI using an absolute, fully constructed URI.
      • uri

        S uri​(String uri,
              Object... uriVariables)
        Specify the URI for the request using a URI template and URI variables. If a UriBuilderFactory was configured for the client (e.g. with a base URI) it will be used to expand the URI template.
      • uri

        S uri​(String uri,
              Map<String,​?> uriVariables)
        Specify the URI for the request using a URI template and URI variables. If a UriBuilderFactory was configured for the client (e.g. with a base URI) it will be used to expand the URI template.