Skip to content

Fix CORSMiddleware configuration initializer parameter

Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 17 Apr 15:18
948f363
This patch was authored by @grosch and released by @tanner0101.

Updates CORSMiddleware.Configuration's exposedHeaders parameter to accept [HTTPHeader.Name] instead of [String] like the other parameters do (#2314).