Polishing

This commit is contained in:
Sam Brannen
2024-04-24 15:32:57 +03:00
parent 09b476ac18
commit 546ca9b834
2 changed files with 5 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ This can be done with `method(HttpMethod)` or with the convenience methods `get(
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.
The URL is typically specified as a `String`, with optional URI template variables.
The following example configures a GET request to `"https://example.com/orders/42`:
The following example configures a GET request to `https://example.com/orders/42`:
[tabs]
======