Dragonfly to support line exclusion

This commit is contained in:
2022-04-04 14:56:36 +09:00
parent 38f2911266
commit 9c0b3474e9
3 changed files with 88 additions and 13 deletions

View File

@@ -41,7 +41,7 @@ class CResponse
class CRequest
{
get isPost() { return this.raw.method == 'POST'; }
get remoteAddr() { return this.raw.connection.remoteAddress; }
get remoteAddr() { return this.raw.socket.remoteAddress; }
constructor( req, Http )
{