SecureBlackbox 2020 Python Edition

Questions / Feedback?

set_response_status Method

Sets an HTTP status to be sent with the response.

Syntax

def set_response_status(connection_id: int, status_code: int) -> None: ...

Remarks

Use this method to set an HTTP status for the request. A good place to call this method is a request-marking event, such as on_get_request.

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