Skip to content

Commit 9375b2c

Browse files
committed
Add prop
1 parent 2648c48 commit 9375b2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

aiohttp/web.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,10 @@ def _copy_cookies(self):
409409
value = cookie.output(header='')[1:]
410410
self.headers.add('Set-Cookie', value)
411411

412+
@property
413+
def started(self):
414+
return self._resp_impl is not None
415+
412416
@property
413417
def status(self):
414418
return self._status

0 commit comments

Comments
 (0)