UNPKG

flagpole

Version:

Simple and fast DOM integration, headless or headful browser, and REST API testing framework.

8 lines (7 loc) 311 B
import { HttpResponse } from "../http/http-response"; import { iResponse } from "../interfaces/iresponse"; import { XmlResponse } from "./xml-response"; export declare class AtomResponse extends XmlResponse implements iResponse { init(httpResponse: HttpResponse): void; private hasRequiredAtomFields; }