dotnet / aspnet-api-versioning

Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
MIT License
3.06k stars 703 forks source link

Parse Single Header CSVs #1073

Closed commonsensesoftware closed 7 months ago

commonsensesoftware commented 7 months ago

Parse Single Header CSVs

Description

Corrects parsing of API versions reported:

  1. with a single value, in a single header
  2. with a single value, in multiple headers
  3. with multiple comma-separated values, in a single header
  4. with multiple comma-separated values, in multiple headers