SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

custom_request Property

Specifies a custom request verb.

Syntax

def get_custom_request() -> str: ...
def set_custom_request(value: str) -> None: ...

custom_request = property(get_custom_request, set_custom_request)

Default Value

""

Remarks

Use this property to specify a custom HTTP method verb to use instead of the original method. PATCH is one of the commonly used custom verbs.

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