Skip to content

Azcore cleanup httppipeline apis#3619

Merged
alzimmermsft merged 15 commits intoAzure:masterfrom
alzimmermsft:azcore_cleanup_httppipeline_apis
May 17, 2019
Merged

Azcore cleanup httppipeline apis#3619
alzimmermsft merged 15 commits intoAzure:masterfrom
alzimmermsft:azcore_cleanup_httppipeline_apis

Conversation

@alzimmermsft
Copy link
Member

Fixes #3608

  • Removed list based constructors, updated single caller of the method to use the array constructor
  • Removed newContext methods, directly creating new HttpPipelineCallContext and updated instances that used newContext to do the same
  • Removed pipelinePolicies method, functionality replaced with getPolicy and getPolicyCount

@alzimmermsft alzimmermsft added the Azure.Core azure-core label May 10, 2019
@alzimmermsft alzimmermsft self-assigned this May 10, 2019
@azuresdkci
Copy link
Contributor

Can one of the admins verify this patch?

@JonathanGiles JonathanGiles requested a review from jianghaolu May 13, 2019 15:47
Copy link
Contributor

@sima-zhu sima-zhu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comments. LGTM

@JonathanGiles
Copy link
Member

@jianghaolu Keen to hear your thoughts on this PR.

* This class provides a fluent builder API to help aid the configuration and instantiation of the {@link HttpPipeline},
* calling {@link HttpPipelineBuilder#build() build} constructs an instance of the pipeline.
*
* <pre>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add header here about code samples, and some explanation text.

@alzimmermsft alzimmermsft merged commit 4f2d8b2 into Azure:master May 17, 2019
@alzimmermsft alzimmermsft deleted the azcore_cleanup_httppipeline_apis branch May 17, 2019 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Azure.Core azure-core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up HttpPipeline APIs

5 participants

Comments