Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

More unit-testable DefaultHttpRequest.Cookies?? #183

Closed
ianhong opened this issue Feb 2, 2015 · 1 comment
Closed

More unit-testable DefaultHttpRequest.Cookies?? #183

ianhong opened this issue Feb 2, 2015 · 1 comment

Comments

@ianhong
Copy link

ianhong commented Feb 2, 2015

Can we make DefaultHttpRequest.Cookies more unit-testable just like the Form property?

    public override IFormCollection Form
    {
        get { return FormFeature.ReadForm(); }
        set { FormFeature.Form = value; }
    }

Thanks

@Tratcher Tratcher added this to the 1.0.0-beta5 milestone May 28, 2015
@Tratcher Tratcher self-assigned this May 28, 2015
@Tratcher
Copy link
Member

Done as part of #272

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

No branches or pull requests

2 participants