/** * Standard HTTP headers used with {@link SPHttpClient} * * @beta */ export declare enum SPHttpHeader { /** * SharePoint uses the 'SPRequestGuid' header to return the server's correlation ID * for a request. * * Example value: "9417279e-40e1-0000-2465-306ba786bfd7" */ SPRequestGuid = "SPRequestGuid" } //# sourceMappingURL=SPHttpHeader.d.ts.map