Ideally we'd support things like: ```cs [FromHttpContext] public HttpRequest Request { get; set; } [FromHttpContext] public HttpResponse Response { get; set; } ``` This is useful for things like: * Reading the HTTP method * Reading and writing cookies * Setting arbitrary response headers