- I forgot to update version from source. - Now done
- I forgot to update syntax files for Notepad++, VS Code, Geany and built-in IDE - Now done
- Headers "support" not documented - Now done
[code lang='BazzBasic']
HTTPGET(url$) ' works as before
HTTPGET(url$, headers$) ' new, optional
HTTPPOST(url$, body$) ' works as before
HTTPPOST(url$, body$, headers$) ' new, optional
[/code]