ocd
This commit is contained in:
parent
53b1b8133c
commit
3bb7a63b77
1 changed files with 6 additions and 6 deletions
|
@ -141,14 +141,14 @@ delegate(proto, 'response')
|
|||
.method('redirect')
|
||||
.method('append')
|
||||
.method('remove')
|
||||
.method('set')
|
||||
.method('vary')
|
||||
.method('set')
|
||||
.access('status')
|
||||
.access('body')
|
||||
.getter('headerSent')
|
||||
.setter('etag')
|
||||
.setter('lastModified')
|
||||
.setter('length')
|
||||
.setter('etag')
|
||||
.setter('type');
|
||||
|
||||
/**
|
||||
|
@ -165,9 +165,9 @@ delegate(proto, 'request')
|
|||
.access('querystring')
|
||||
.access('idempotent')
|
||||
.access('socket')
|
||||
.access('query')
|
||||
.access('search')
|
||||
.access('method')
|
||||
.access('query')
|
||||
.access('path')
|
||||
.access('host')
|
||||
.access('url')
|
||||
|
@ -175,9 +175,9 @@ delegate(proto, 'request')
|
|||
.getter('subdomains')
|
||||
.getter('protocol')
|
||||
.getter('header')
|
||||
.getter('secure')
|
||||
.getter('stale')
|
||||
.getter('fresh')
|
||||
.getter('secure')
|
||||
.getter('type')
|
||||
.getter('ips')
|
||||
.getter('ip')
|
||||
.getter('type');
|
||||
.getter('ip');
|
||||
|
|
Loading…
Reference in a new issue