Skip to content

Commit

Permalink
Merge pull request Azure#92 from RikkiGibson/AddExports
Browse files Browse the repository at this point in the history
Export HttpHeaders and RequestPolicyCreator
  • Loading branch information
RikkiGibson authored May 17, 2018
2 parents 2568dfe + d896ed7 commit a6b0691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/msRest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
export { WebResource, RequestPrepareOptions, HttpMethods, ParameterValue, RequestOptionsBase } from "./webResource";
export { FetchHttpClient } from "./fetchHttpClient";
export { HttpClient } from "./httpClient";
export { HttpHeaders } from "./httpHeaders";
export { HttpOperationResponse } from "./httpOperationResponse";
export { HttpPipelineLogger } from "./httpPipelineLogger";
export { HttpPipelineLogLevel } from "./httpPipelineLogLevel";
Expand All @@ -12,7 +13,7 @@ export { OperationSpec } from "./operationSpec";
export { ServiceClient, ServiceClientOptions } from "./serviceClient";
export { Constants } from "./util/constants";
export { logPolicy } from "./policies/logPolicy";
export { BaseRequestPolicy, RequestPolicy } from "./policies/requestPolicy";
export { BaseRequestPolicy, RequestPolicy, RequestPolicyCreator } from "./policies/requestPolicy";
export { exponentialRetryPolicy } from "./policies/exponentialRetryPolicy";
export { systemErrorRetryPolicy } from "./policies/systemErrorRetryPolicy";
export { redirectPolicy } from "./policies/redirectPolicy";
Expand Down

0 comments on commit a6b0691

Please sign in to comment.