SecureBlackbox 2020 Python Edition

Questions / Feedback?

req_params_if_none_match Property

Contains the If-None-Match request header property.

Syntax

def get_req_params_if_none_match() -> str: ...
def set_req_params_if_none_match(value: str) -> None: ...

req_params_if_none_match = property(get_req_params_if_none_match, set_req_params_if_none_match)

Default Value

""

Remarks

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

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