Skip to content

Add missing protocol `ExpressibleByStringLiteral` to `HTTPHeaders.Name`

Compare
Choose a tag to compare
@VaporBot VaporBot released this 18 Aug 12:36
· 157 commits to main since this release
971becb
This patch was authored by @grahamburgsma and released by @0xTim.

Add missing protocol ExpressibleByStringLiteral to HTTPHeaders.Name. The implementation init(stringLiteral:) was there, but the actual protocol was missing.