Handling compressions
This commit is contained in:
@@ -46,6 +46,7 @@ class CRequest
|
||||
constructor( req, Http )
|
||||
{
|
||||
this.raw = req;
|
||||
this.headers = req.headers;
|
||||
this.uri = require('url').parse( req.url );
|
||||
this.cookie = new Cookie( req.headers.cookie, Http );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user