Browse Source

Merge pull request #31237 from ghainesii

* pr/31237:
  Add missing period in RestClient documentation

Closes gh-31237
pull/31244/head
Stéphane Nicoll 3 years ago
parent
commit
3c4eef1d73
  1. 2
      framework-docs/modules/ROOT/pages/integration/rest-clients.adoc

2
framework-docs/modules/ROOT/pages/integration/rest-clients.adoc

@ -68,7 +68,7 @@ This can be done with `method(HttpMethod)`, or with the convenience methods `get
==== Request URL ==== Request URL
Next, the request URI can be specified with the `uri` methods Next, the request URI can be specified with the `uri` methods.
This step is optional, and can be skipped if the `RestClient` is configured with a default URI. This step is optional, and can be skipped if the `RestClient` is configured with a default URI.
The URL is typically specified as `String`, with optional URI template variables. The URL is typically specified as `String`, with optional URI template variables.
String URLs are encoded by default, but this can be changed by building a client with a custom `uriBuilderFactory`. String URLs are encoded by default, but this can be changed by building a client with a custom `uriBuilderFactory`.

Loading…
Cancel
Save