http method

Http http(
  1. dynamic url, [
  2. dynamic optargs
])

Returns data from a specified http url

Implementation

Http http(url, [optargs]) => Http(url, optargs);