hummingbird-project / hummingbird-lambda

Hummingbird running inside an AWS Lambda
Apache License 2.0
24 stars 3 forks source link

Use rawQueryString for APIGatewayV2 query values #23

Closed adam-fowler closed 7 months ago

adam-fowler commented 7 months ago

I've also moved some of the request conversion code for query values and headers into the APIGateway and APIGatewayV2 structs instead of trying to duplicate the multi value fields that can be found in APIGateway in APIGatewayV2

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.32%. Comparing base (f454c62) to head (bedc82e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #23 +/- ## ========================================== + Coverage 86.06% 87.32% +1.25% ========================================== Files 7 7 Lines 201 213 +12 ========================================== + Hits 173 186 +13 + Misses 28 27 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.