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

Add Missing API: HttpCapabilitiesBase.Cookies #365

Closed
Clounea opened this issue Jul 12, 2023 · 1 comment
Closed

Add Missing API: HttpCapabilitiesBase.Cookies #365

Clounea opened this issue Jul 12, 2023 · 1 comment
Milestone

Comments

@Clounea
Copy link
Contributor

Clounea commented Jul 12, 2023

Summary

provides the value if the browser supports cookies.

Motivation and goals

HttpCapabilitiesBase.Cookies provides the value if the browser supports cookies. But it is not in adapters yet.

In scope

HttpCapabilitiesBase.Cookies

Examples

if (!context.Request.Browser.Cookies)
    return;
SetResponseCookie(context);
@dotnet-policy-service dotnet-policy-service bot added the Needs: Triage 🔍 Label added to new issues which need Triage label Jul 12, 2023
Clounea pushed a commit to Clounea/systemweb-adapters that referenced this issue Jul 12, 2023
@joperezr joperezr removed the Needs: Triage 🔍 Label added to new issues which need Triage label Jul 12, 2023
@joperezr joperezr added this to the 1.3 milestone Jul 12, 2023
@twsouthwick
Copy link
Member

Fixed in #366

Clounea pushed a commit to Clounea/systemweb-adapters that referenced this issue Aug 28, 2023
Clounea pushed a commit to Clounea/systemweb-adapters that referenced this issue Aug 30, 2023
Clounea pushed a commit to Clounea/systemweb-adapters that referenced this issue Sep 5, 2023
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

No branches or pull requests

3 participants