Response success detector

[io/http/utils/Response success detector]


Detects whether a HTTP response was successful based on its status code.


Keywords: ok, continue, error, bad request

Input ports

  • status: number

    HTTP response status code.

Output ports

  • success status: number

    Forwards the status code on success. (1XX, 2XX, 3XX)

  • error status: number

    Forwards the status code on error. (4XX, 5XX)

Last updated