[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `ConfigurableHttpClient` class is a specialized HTTP client that inherits from `HttpClient` and includes a reference to `ConfigurableMessageHandler` for enhanced control over HTTP message handling."],["This class implements the `IDisposable` interface and offers methods for managing HTTP requests, such as `GetAsync`, `PostAsync`, and `DeleteAsync`, along with various other HTTP verb operations and configurations."],["It has two constructors: one that takes a `ConfigurableMessageHandler` and another that includes an additional boolean parameter to specify if the handler should be disposed when the client itself is disposed."],["The `MessageHandler` property provides access to the underlying `ConfigurableMessageHandler`, allowing for further customization of HTTP message handling."],["There are multiple versions available, ranging from 1.50.0 up to the latest 1.69.0, with detailed documentation available for each version."]]],[]]