UNPKG

@wordpress/api-fetch

Version:
9 lines 344 B
export default httpV1Middleware; /** * API Fetch middleware which overrides the request method for HTTP v1 * compatibility leveraging the REST API X-HTTP-Method-Override header. * * @type {import('../types').APIFetchMiddleware} */ declare const httpV1Middleware: import("../types").APIFetchMiddleware; //# sourceMappingURL=http-v1.d.ts.map