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