http constant

JsWebModule const http

Headers, Request, Response and the body mixin. blob() and formData(), and Blob / FormData request bodies, need blob.

Implementation

static const http = JsWebModule._(
  'http',
  [core, url, events, streams],
  _jsHttp,
  optional: [blob],
);