nventive / DotNet.Backend.Template

.NET Core Templates for backend applications and open-source components.
Apache License 2.0
7 stars 3 forks source link

Add XML serialization for HTTP client #25

Closed baptiste-nv closed 3 years ago

baptiste-nv commented 3 years ago

GitHub Issue: # NA

Proposed Changes

Add XML serialization for HTTP client

What is the current behavior?

HTTP Client can only serialize/deserialize in JSON

What is the new behavior?

HTTP Client can be used with XML serializer We also added an option to ignore HTTPS certificate validation to allow usage of self-signed certificates

Checklist