This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Description
Anything that makes sense to set during testing.
Yes:
Items (& IItemsFeature.Items)
RequestAborted
Request.Cookies (& IRequestCookiesFeature.Cookies)
Request.IsHttps
Request.Query (& IQueryFeature.Query)
Maybe:
Request, Response
Request.Headers
Response.Headers
Response.HeadersSent
Response.Cookies - not a collection
No:
IsWebSocketRequest (You have to replace the entire feature for testing)
WebSocketRequestedProtocols
Request.HasFormContentType (set the Form property instead)