ExternalData: Add option to specify HTTP headers

Add a `ExternalData_HTTPHEADERS` variable to specify them.

Fixes: #26638
This commit is contained in:
Jakob Ronestjärna
2025-02-01 23:47:59 +01:00
committed by Brad King
parent 4a11fd8dde
commit 5106f34eed
2 changed files with 33 additions and 1 deletions
@@ -0,0 +1,5 @@
ExternalData-add-httpheader
---------------------------
* The :module:`ExternalData` module gained a
:variable:`ExternalData_HTTPHEADERS` variable to specify HTTP headers.