All notable changes to this project will be documented in this file.
Project renamed to Geko.HttpClientService Project upgraded to .NET 6
- Options (in
appsettings.json
) for the header colleration Id.
CompleteSample
now includes these options.
HeadersSet
marked as obsolete.
- Backward compatibility bug, with random configuration section names.
- Support for
PasswordTokenRequest
. GetTokenResponse()
added inHttpClientService
- Sample for
TypeContent
CompleteSample
extended to includePasswordOptions
.HttpHeaders
properties names changed to be grouped in intellisense popups.Scopes
changed toScope
to matchIdentityModel
TypeContent()
added for customizing encoding and media-type of serialized complex types
HttpClientServiceFactory
, singleton pattern added for use in desktop apps.
HttpClientService
refactored to clear the clutter.HttpHeaders
properties names changed to be grouped in intellisense popups.Scopes
changed toScope
to matchIdentityModel
- Socket exhaustion issue with
HttpClient
- Azure pipeline for deployment
- Azure pipelines defined for test and build
- A feature and a complete sample created
- README.md was extended
- Initial commit