Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpClientConfig

Hierarchy

  • HttpClientConfig

Index

Properties

Properties

Optional platform

platform: "server" | "browser" | null

Which HTTP client implementation should be used? Use 'server' to use the xhr2 NPM module. Use browser to use the browser-side XMLHttpRequest, and set to null to disable loading a built-in implementation (so you can provide your own).

Generated using TypeDoc