Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

HTTP_Header

After calling HTTP_Get or HTTP_Post you can obtain returned header by using this method.

NB: If HTTP_Get or HTTP_Post not called before, or calling failed - returns ‘’;

Pascal

function HTTP_Header : String;

Python

def HTTP_Header() -> string