hide Request general ctor (#3033)
This commit is contained in:
parent
fb03127d05
commit
50b89caaa5
@ -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
|
||||
|
||||
|
||||
@ -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`.
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user