Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added code to load cookies from HTTPv2 request. #729

Merged
merged 3 commits into from
Sep 10, 2020

Conversation

andyhopp
Copy link
Contributor

@andyhopp andyhopp commented Sep 3, 2020

Issue or Request:
#713

Description of changes:
This PR changes the behavior of the code that converts API GW events into ASP.NET requests by pulling the cookies from the events' cookies property into a Cookies header on the request.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Member

@normj normj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a test case in the Amazon.Lambda.AspNetCoreServer.Test test project?

@andyhopp
Copy link
Contributor Author

andyhopp commented Sep 5, 2020

Hello! Done.

@andyhopp andyhopp requested a review from normj September 5, 2020 01:54
@@ -20,7 +20,9 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.1'">
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.5" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.5"><PrivateAssets Condition="'%(PackageReference.Version)' == ''">all</PrivateAssets>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the context of this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm. Looks like something VS stuck in there. I'll revert this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants