SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

req_params_if_modified_since Property

Contains the If-Modified-Since request header property.

Syntax

def get_req_params_if_modified_since() -> str: ...
def set_req_params_if_modified_since(value: str) -> None: ...

req_params_if_modified_since = property(get_req_params_if_modified_since, set_req_params_if_modified_since)

Default Value

""

Remarks

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