Skip to content

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
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