-
The Security repo has some of our only first party usage of HttpClient. We should try using HttpClientFactory there and see if it makes sense.
@glennc
-
#### Investigative information
- Timestamp: February 3rd, 2020, ~5:40PM CST
- Function App version: ~3, Runtime version: 3.0.13107
- Function App name: (will provide if needed)
- Function name…
-
```
>> Note that currently you need to supply an instance of AbstractHttpClient.
RestAssured.config = newConfig().httpClient(httpClientConfig().httpClientFactory(
…
-
```
>> Note that currently you need to supply an instance of AbstractHttpClient.
RestAssured.config = newConfig().httpClient(httpClientConfig().httpClientFactory(
…
-
```
>> Note that currently you need to supply an instance of AbstractHttpClient.
RestAssured.config = newConfig().httpClient(httpClientConfig().httpClientFactory(
…
-
```
>> Note that currently you need to supply an instance of AbstractHttpClient.
RestAssured.config = newConfig().httpClient(httpClientConfig().httpClientFactory(
…
-
### Is your feature request related to a problem? Please describe.
As described before in #1918 (specifically, this comment: https://github.com/stripe/stripe-dotnet/issues/1918#issuecomment-6820749…
-
Hello,
do you have an example, how we can extend http client factory to add multiple http message handlers and keep current implementation of google http client factory? In essence, I have multiple h…
-
samples/bot-conversation-sso-quickstart
The AdapterWithErrorHandler in this project does not accept the BotFrameworkAuthentication that was added via DI in Program.cs. This result in a new Configu…
-
The HttpClient lifecycle is handled internally which doesn't support the latest best practice of using the HttpClientFactory. This approach also opens up the ability for DelegatingHandlers for request…