UNPKG

popsicle

Version:

Simple HTTP requests for node and the browser

5 lines (4 loc) 211 B
import { Request } from '../request'; import { Response } from '../response'; export * from './common'; export declare function headers(): (request: Request, next: () => Promise<Response>) => Promise<Response>;