Skip to content

Is Success Node

Web/API/Response

Is Success

Checks if the status code of a http response is a success

http_response_is_successweb
Inputs1
Outputs1
Security exposure10/10
Packageweb

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

1

Response

Struct
response

The http response

HttpResponseHttpResponse3 fields
status_codeinteger:uint16required
format uint16min 0max 65535
headersMap<string, string>required
*stringmap value
bodyarray | null
itemsinteger:uint8array item
format uint8min 0max 255
Schema enforced

Output Pins

1

Is Success

Boolean
is_success

True if the status code is a success

Node Info

Internal name
http_response_is_success
Category
Web/API/Response