https://github.com/experianplc/httpclientissuerepro
A repository containing a small project to reproduce an issue for Microsoft with HttpClient
https://github.com/experianplc/httpclientissuerepro
bugreport csharp dotnet
Last synced: 3 months ago
JSON representation
A repository containing a small project to reproduce an issue for Microsoft with HttpClient
- Host: GitHub
- URL: https://github.com/experianplc/httpclientissuerepro
- Owner: experianplc
- License: mit
- Created: 2018-05-10T12:43:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T13:02:08.000Z (about 8 years ago)
- Last Synced: 2025-02-10T16:52:18.719Z (over 1 year ago)
- Topics: bugreport, csharp, dotnet
- Language: C#
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HttpClientIssueRepro
A repository containing a small project to reproduce an issue for Microsoft with HttpClient
# Contents
- A Web API application with a values controller, that when called makes reuses a HttpClient to make a sub request
- A JMeter file to call the API under load