SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

req_params_if_unmodified_since Property

Contains the If-Unmodified-Since request header property.

Syntax

def get_req_params_if_unmodified_since() -> str: ...
def set_req_params_if_unmodified_since(value: str) -> None: ...

req_params_if_unmodified_since = property(get_req_params_if_unmodified_since, set_req_params_if_unmodified_since)

Default Value

""

Remarks

Contains the If-Unmodified-Since request header field. This property makes the requested method conditional: when If-Unmodified-Since field is set, only the unmodified entities 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]