Open
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.