From 71c5fe9519d4ad2ad3406df7dbc8b111369162b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 1 Feb 2025 17:16:30 +0100 Subject: [PATCH] Close shortcode --- content/en/functions/resources/GetRemote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/resources/GetRemote.md b/content/en/functions/resources/GetRemote.md index 4c729eced..3b294e5a1 100644 --- a/content/en/functions/resources/GetRemote.md +++ b/content/en/functions/resources/GetRemote.md @@ -61,7 +61,7 @@ The `resources.GetRemote` function takes an optional map of options. (`string`) The action to perform on the requested resource, typically one of `GET`, `POST`, or `HEAD`. ###### responseHeaders -{{< new-in 0.143.0 >}} +{{< new-in 0.143.0 />}} (`[]string`) The headers to extract from the server's response, accessible through the resource's [`Data.Headers`] method. Header name matching is case-insensitive.