You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Utiliy to build HTTP respopnse headers consistent with Microsoft Graph
21
+
/// Utility to build HTTP response headers consistent with Microsoft Graph
22
22
/// </summary>
23
23
/// <param name="request">The http request for which response headers are being constructed</param>
24
24
/// <param name="requestId">string a guid representing the a unique identifier for the request</param>
25
-
/// <param name="requestDate">string represetation of the date and time the request was made</param>
25
+
/// <param name="requestDate">string representation of the date and time the request was made</param>
26
26
/// <returns>IList<HttpHeader> with defaults consistent with Microsoft Graph. Automatically adds CORS headers when the Origin header is present</returns>
0 commit comments