Skip to content
Ron Buckton edited this page Jan 15, 2015 · 3 revisions

Provides an asynchronous mechanism for making HTTP requests.

Syntax

declare module "httpclient" {
  export class Uri;
  export module QueryString;
  export class HttpRequest;
  export class HttpResponse;
  export class HttpClient;
  export interface HttpError extends Error;
}

Exports

class Uri
Represents a URI or URL
module QueryString
Utilties to parse and stringify a querystring
class HttpRequest
Information about an HTTP request
class HttpResponse
Information about an HTTP response
class HttpClient
A client for making asynchronous HTTP requests
interface HttpError
An error raised during an HTTP request

Imports

Imported By

Requirements

  • Supported Platforms: Browser
  • Module: httpclient
  • Library: httpclient.ts
Clone this wiki locally