httpfile 网络请求如何携带多个请求头
我请求后端接口,需要携带一些后端校验参数。
SPL Official Website 👉 https://www.esproc.com
SPL Feedback and Help 👉 https://www.reddit.com/r/esProcSPL
SPL Learning Material 👉 https://c.esproc.com
SPL Source Code and Package 👉 https://github.com/SPLWare/esProc
Discord 👉 https://discord.gg/2bkGwqTj
Youtube 👉 https://www.youtube.com/@esProc_SPL
多个 header 属性之间用逗号隔开,如:headerName1:value1,headerName2:value2,…
可参考httpfile()函数介绍中的 header 参数说明: