SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

req_params_if_match Property

Contains the If-Match request header property.

Syntax

def get_req_params_if_match() -> str: ...
def set_req_params_if_match(value: str) -> None: ...

req_params_if_match = property(get_req_params_if_match, set_req_params_if_match)

Default Value

""

Remarks

Contains the If-Match request header field. This property makes the requested method conditional: when If-Match field is set, only the entities matching the included entity tags will be returned by the server.

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