You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
HttpContext.Session can't be easily set. The property is an ISessionCollection, but the feature stores an ISession that the collection wraps. We may need to think about the layering there.
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)
The text was updated successfully, but these errors were encountered: