@angular/http
Version:
Angular - the http service
7 lines (6 loc) • 374 B
TypeScript
import { RequestMethod } from './enums';
export declare function normalizeMethodName(method: string | RequestMethod): RequestMethod;
export declare const isSuccess: (status: number) => boolean;
export declare function getResponseURL(xhr: any): string;
export declare function stringToArrayBuffer(input: String): ArrayBuffer;
export { isJsObject } from '../src/facade/lang';