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

HTTP_Body

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

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

Pascal

function HTTP_Body : String;

Python

def HTTP_Body() -> string