-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
kind/enhancementImprovements to existing feature.Improvements to existing feature.⚠️ semver/majorBreaks existing public API.Breaks existing public API.
Description
Currently AWSLambdaEvents defines public symbols HTTPHeaders
, HTTPMethod
and HTTPResponseStatus
. These clash with the symbols of the same name in NIOHTTP1. While you can differentiate between the two sets by prepending NIOHTTP1.
, I'm not sure modules should be defining symbols with the same name as NIO equivalents.
Metadata
Metadata
Assignees
Labels
kind/enhancementImprovements to existing feature.Improvements to existing feature.⚠️ semver/majorBreaks existing public API.Breaks existing public API.