-
Notifications
You must be signed in to change notification settings - Fork 0
httpclient module
Ron Buckton edited this page Jan 15, 2015
·
3 revisions
Provides an asynchronous mechanism for making HTTP requests.
declare module "httpclient" {
export class Uri;
export module QueryString;
export class HttpRequest;
export class HttpResponse;
export class HttpClient;
export interface HttpError extends Error;
}
- 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
- Supported Platforms: Browser
- Module: httpclient
- Library: httpclient.ts