Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pipeline to storage_account_client #811

Merged
merged 7 commits into from
Jun 17, 2022
Merged

Conversation

rylev
Copy link
Contributor

@rylev rylev commented Jun 15, 2022

This is a WIP PR after a shared "mob programming" session with some folks.

This shows an (almost) complete move of one operation to the pipeline architecture.

@rylev rylev marked this pull request as ready for review June 16, 2022 13:04
pub(crate) method: Method,
pub(crate) headers: Headers,
pub(crate) body: Body,
}

impl Request {
/// Create a new request with an empty body and no headers
pub fn new(uri: Uri, method: Method) -> Self {
pub fn new(url: Url, method: Method) -> Self {
Copy link
Member

Choose a reason for hiding this comment

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

Fixes #809

@rylev rylev merged commit dd6b852 into Azure:main Jun 17, 2022
@rylev rylev deleted the blob-pipeline branch June 17, 2022 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants