tokensmith / otter

micro web framework for servlet api 4.0.1
MIT License
5 stars 0 forks source link

Request's user ivar should be a generic #82

Closed tmackenzie closed 6 years ago

tmackenzie commented 6 years ago

The Request object's user instance variable type should be a generic.

The Response object's session instance variable should be a generic.

The Response object should have a user instance variable and it should be a generic