UNPKG

@advanced-rest-client/arc-headers

Version:

A module that contains UI and logic for handle HTTP headers in an HTTP request and request editors.

22 lines (13 loc) 375 B
export {getKeywords}; /** * Get all keywords (headers names). * * @returns Array of founded header names. */ declare function getKeywords(suggestions: any[]|null): any[]|null; export {getHeaderValuesFor}; declare function getHeaderValuesFor(): any; export {cleanResults}; declare function cleanResults(): any; export {getHints}; declare function getHints(): any;