hide Request general ctor (#3033)

This commit is contained in:
Victor Vazquez 2021-11-03 16:09:07 -07:00 committed by GitHub
parent fb03127d05
commit 50b89caaa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@
- Add `NoSignal` option to the `CurlTransportAdapter`.
- Add `ConnectionTimeout` option to the `CurlTransportAdapter`.
- Add `Azure::Core::Http::Request` constructor overload to support payload and non-buffered response.
### Breaking Changes

View File

@ -210,7 +210,6 @@ namespace Azure { namespace Core { namespace Http {
// previously called
void StartTry();
public:
/**
* @brief Construct an #Azure::Core::Http::Request.
*
@ -231,6 +230,7 @@ namespace Azure { namespace Core { namespace Http {
AZURE_ASSERT_MSG(bodyStream, "The bodyStream pointer cannot be null.");
}
public:
/**
* @brief Constructs a `%Request`.
*