Remove the TransportKind enum from the SDK since it is not used. (#1653)
* Remove the TransportKind enum from the SDK since it is not used. * Add a CL entry.
This commit is contained in:
parent
66e66aa83b
commit
8f75082fd6
@ -4,7 +4,8 @@
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- Split `Azure::Core::RequestConditions` into `Azure::Core::MatchConditions` and `Auzre::Core::ModifiedConditions`.
|
||||
- Split `Azure::Core::RequestConditions` into `Azure::Core::MatchConditions` and `Azure::Core::ModifiedConditions`.
|
||||
- Removed `TransportKind` enum from `Azure::Core::Http`.
|
||||
|
||||
## 1.0.0-beta.6 (2021-02-09)
|
||||
|
||||
|
||||
@ -87,16 +87,6 @@ namespace Azure { namespace Core { namespace Http {
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief HTTP transport implementation used.
|
||||
*/
|
||||
enum class TransportKind
|
||||
{
|
||||
// TODO move this to Factory
|
||||
Curl, ///< CURL.
|
||||
WinHttp ///< WinHTTP.
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief Defines the possible HTTP status codes.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user