UNPKG

portals

Version:

Client-side HTTP requests with middleware support.

6 lines (5 loc) 208 B
import { Middleware } from "."; /** * Passes along the XSRF header from the XRSF-TOKEN cookie. */ export declare function withXSRFToken(cookieName?: string, headerName?: string): Middleware<any, any>;