Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

port to http_client #89

Merged
merged 7 commits into from
Jan 25, 2021
Merged

port to http_client #89

merged 7 commits into from
Jan 25, 2021

Conversation

ctaggart
Copy link
Owner

No description provided.

@ctaggart ctaggart marked this pull request as ready for review January 24, 2021 03:00
@ctaggart ctaggart merged commit 1a2ebb2 into master Jan 25, 2021
@ctaggart ctaggart deleted the http_client branch January 25, 2021 00:33
@@ -703,13 +722,16 @@ fn create_function(
has_body_parameter = true;
if required {
ts_request_builder.extend(quote! {
req_builder = req_builder.json(#param_name_var);
let req_body = bytes::Bytes::from_static(azure_core::EMPTY_BODY);
Copy link
Owner Author

Choose a reason for hiding this comment

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

Well, this is a bug Azure/azure-sdk-for-rust#166

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant