SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

on_cookie Event

Fired to report a received cookie.

Syntax

class RESTClientCookieEventParams(object):
  @property
  def cookie_text() -> str: ...

# In class RESTClient:
@property
def on_cookie() -> Callable[[RESTClientCookieEventParams], None]: ...
@on_cookie.setter
def on_cookie(event_hook: Callable[[RESTClientCookieEventParams], None]) -> None: ...

Remarks

The CookieText parameter contains the text of the cookie.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Python Edition - Version 20.0 [Build 8166]