Skip to content

Commit

Permalink
Added netty response stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dpp committed Feb 23, 2012
1 parent 3b19a7b commit 3a2b162
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/scala/com/something/lift/NothingServerHandler.scala
Expand Up @@ -336,6 +336,8 @@ class NettyHttpRequest extends HTTPRequest {

class MyResponse extends HTTPResponse {

lazy val nettyResponse: HttpResponse = new DefaultHttpResponse(HttpVersion.HTTP_1_1, HttpResponseStatus.OK)

/**
* Add cookies to the response
*
Expand Down

0 comments on commit 3a2b162

Please sign in to comment.